Improve linting

This commit is contained in:
Jonathan Clem
2022-01-31 15:38:31 -05:00
parent 609b064e53
commit b4c121a252
15 changed files with 1980 additions and 9370 deletions

View File

@@ -1,8 +1,12 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnSave": true,
"files.exclude": {
"dist/": true,
"lib/": true,
"**/node_modules/": true,
"**/node_modules/": true
},
"typescript.tsdk": "node_modules/typescript/lib"
}
}