forked from FoundKeyGang/FoundKey
sw: fix eslintrc
ESLint was throwing erroneous errors, likely because the parser wasn't properly specified.
This commit is contained in:
parent
5939c90b84
commit
6e4dbc1053
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ module.exports = {
|
||||||
env: {
|
env: {
|
||||||
"node": false
|
"node": false
|
||||||
},
|
},
|
||||||
|
parser: "@typescript-eslint/parser",
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
"parser": "@typescript-eslint/parser",
|
|
||||||
tsconfigRootDir: __dirname,
|
tsconfigRootDir: __dirname,
|
||||||
//project: ['./tsconfig.json'],
|
project: ['./tsconfig.json'],
|
||||||
},
|
},
|
||||||
extends: [
|
extends: [
|
||||||
//"../shared/.eslintrc.js",
|
//"../shared/.eslintrc.js",
|
||||||
|
|
Loading…
Reference in a new issue