@gobstones/gobstones-scripts
Version:
Scripts to abstract away build configuration of Gobstones Project's libraries and modules.
17 lines (16 loc) • 416 B
JSON
{
// CSpell
"cSpell.words": [],
// Node and npm configuration
"npm.autoDetect": "on",
"debug.node.autoAttach": "never",
"files.exclude": {
"tsconfig.build.json": true
},
// Code style, regular and ESLint related
"files.trimTrailingWhitespace": true,
"eslint.validate": ["typescript"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
}
}