Don't require loading project for eslint rules (#230732)
This is no longer requiredpull/230743/head
parent
ff4c15429c
commit
ab554de6ca
|
@ -155,9 +155,6 @@ export default tseslint.config(
|
|||
],
|
||||
languageOptions: {
|
||||
parser: tseslint.parser,
|
||||
parserOptions: {
|
||||
project: path.join(__dirname, 'src', 'tsconfig.json'),
|
||||
}
|
||||
},
|
||||
plugins: {
|
||||
'@typescript-eslint': tseslint.plugin,
|
||||
|
|
Loading…
Reference in New Issue