eslint tweaks
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user