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'],
|
||||
parserOptions: {
|
||||
project: [
|
||||
'./theatre/tsconfig.json',
|
||||
'./packages/*/tsconfig.json',
|
||||
'./packages/*/devEnv/tsconfig.json',
|
||||
'./theatre/*/tsconfig.json',
|
||||
],
|
||||
},
|
||||
rules: {
|
||||
|
|
Loading…
Reference in a new issue