eslint tweaks
This commit is contained in:
@@ -50,7 +50,14 @@
|
||||
"ignorePatterns": [
|
||||
"**/node_modules/**",
|
||||
"**/.vscode/**"
|
||||
]
|
||||
],
|
||||
"parserOptions": {
|
||||
"project": "./node_modules/@itsmapleleaf/tsconfig.base.json"
|
||||
},
|
||||
"rules": {
|
||||
"import/no-unused-modules": "off",
|
||||
"unicorn/prevent-abbreviations": "off"
|
||||
}
|
||||
},
|
||||
"prettier": "@itsmapleleaf/configs/prettier"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"**/docs/**"
|
||||
],
|
||||
"parserOptions": {
|
||||
"project": "./tsconfig.json"
|
||||
"project": "./node_modules/@itsmapleleaf/tsconfig.base.json"
|
||||
},
|
||||
"rules": {
|
||||
// this rule causes a bunch of error notifications to pop up when moving files around
|
||||
|
||||
Reference in New Issue
Block a user