Chore: Fixed eslintrc's error
This commit is contained in:
parent
fb73e9c63a
commit
53ba1e6834
1 changed files with 1 additions and 1 deletions
|
@ -24,9 +24,9 @@ module.exports = {
|
||||||
plugins: ['@typescript-eslint'],
|
plugins: ['@typescript-eslint'],
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
project: [
|
project: [
|
||||||
|
'./theatre/tsconfig.json',
|
||||||
'./packages/*/tsconfig.json',
|
'./packages/*/tsconfig.json',
|
||||||
'./packages/*/devEnv/tsconfig.json',
|
'./packages/*/devEnv/tsconfig.json',
|
||||||
'./theatre/*/tsconfig.json',
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
|
|
Loading…
Reference in a new issue