Don't require loading project for eslint rules (#230732)

This is no longer required
pull/230743/head
Matt Bierner 2024-10-07 12:07:25 -07:00 committed by GitHub
parent ff4c15429c
commit ab554de6ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -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,