@skilltree/skills-client-js
Version:
SkillTree Client Lib - Native JS Lib
24 lines (23 loc) • 504 B
JSON
{
"ignore": [ ".git", "coverage", ".*/**", ".*", "*.iml", "babel.config.js", "test/custom-test-env.js", ".idea", "rollup.config.js"],
"license": "license-add/LICENSE-HEADER.txt",
"licenseFormats": {
"js": {
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
}
},
"dotfile": {
"eachLine": {
"prepend": "# "
}
},
"md": {
"prepend": "<!---",
"append": " -->"
}
},
"trailingWhitespace": "TRIM"
}