eslint tweaks

This commit is contained in:
MapleLeaf
2021-12-29 14:00:38 -06:00
parent 6a3e83769c
commit 3d7d1e8c2b
2 changed files with 9 additions and 2 deletions

View File

@@ -50,7 +50,14 @@
"ignorePatterns": [ "ignorePatterns": [
"**/node_modules/**", "**/node_modules/**",
"**/.vscode/**" "**/.vscode/**"
] ],
"parserOptions": {
"project": "./node_modules/@itsmapleleaf/tsconfig.base.json"
},
"rules": {
"import/no-unused-modules": "off",
"unicorn/prevent-abbreviations": "off"
}
}, },
"prettier": "@itsmapleleaf/configs/prettier" "prettier": "@itsmapleleaf/configs/prettier"
} }

View File

@@ -8,7 +8,7 @@
"**/docs/**" "**/docs/**"
], ],
"parserOptions": { "parserOptions": {
"project": "./tsconfig.json" "project": "./node_modules/@itsmapleleaf/tsconfig.base.json"
}, },
"rules": { "rules": {
// this rule causes a bunch of error notifications to pop up when moving files around // this rule causes a bunch of error notifications to pop up when moving files around