parent
a1ba522a80
commit
f480a3a6bc
@ -1,16 +1,18 @@ |
|||||||
{ |
{ |
||||||
"extends": "../../../tsconfig.json", |
"env": { |
||||||
"compilerOptions": { |
"browser": true, |
||||||
"jsx": "react", |
"es6": true |
||||||
"allowJs": true, |
|
||||||
"esModuleInterop": true, |
|
||||||
"allowSyntheticDefaultImports": true |
|
||||||
}, |
}, |
||||||
"files": [], |
"extends": "../../../.eslintrc", |
||||||
"include": [], |
"globals": { |
||||||
"references": [ |
"Atomics": "readonly", |
||||||
{ |
"SharedArrayBuffer": "readonly" |
||||||
"path": "./tsconfig.lib.json" |
}, |
||||||
|
"parserOptions": { |
||||||
|
"ecmaVersion": 11, |
||||||
|
"sourceType": "module" |
||||||
|
}, |
||||||
|
"rules": { |
||||||
|
"standard/no-callback-literal": "off" |
||||||
} |
} |
||||||
] |
|
||||||
} |
} |
||||||
|
@ -1,16 +1,19 @@ |
|||||||
{ |
{ |
||||||
"extends": "../../../tsconfig.json", |
"env": { |
||||||
"compilerOptions": { |
"browser": true, |
||||||
"jsx": "react", |
"es6": true |
||||||
"allowJs": true, |
|
||||||
"esModuleInterop": true, |
|
||||||
"allowSyntheticDefaultImports": true |
|
||||||
}, |
}, |
||||||
"files": [], |
"extends": "../../../.eslintrc", |
||||||
"include": [], |
"globals": { |
||||||
"references": [ |
"Atomics": "readonly", |
||||||
{ |
"SharedArrayBuffer": "readonly" |
||||||
"path": "./tsconfig.lib.json" |
}, |
||||||
|
"parserOptions": { |
||||||
|
"ecmaVersion": 11, |
||||||
|
"sourceType": "module" |
||||||
|
}, |
||||||
|
"rules": { |
||||||
|
"no-unused-vars": "off", |
||||||
|
"@typescript-eslint/no-unused-vars": "error" |
||||||
} |
} |
||||||
] |
|
||||||
} |
} |
||||||
|
Loading…
Reference in new issue