fix(linter): remove empty entry in typescript eslint flat config (#30727)
## Current Behavior The `flat/typescript` config contains a config block with the `files` containing an invalid empty entry. ## Expected Behavior The `flat/typescript` config should be correct. ## Related Issue(s) Fixes #30725
This commit is contained in:
parent
bc685ce3c5
commit
0082d939eb
@ -30,7 +30,7 @@ export default tseslint.config(
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
files: ['**/*.ts', '**/*.tsx', , '**/*.cts', '**/*.mts'],
|
files: ['**/*.ts', '**/*.tsx', '**/*.cts', '**/*.mts'],
|
||||||
rules: {
|
rules: {
|
||||||
'@typescript-eslint/explicit-member-accessibility': 'off',
|
'@typescript-eslint/explicit-member-accessibility': 'off',
|
||||||
'@typescript-eslint/explicit-module-boundary-types': 'off',
|
'@typescript-eslint/explicit-module-boundary-types': 'off',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user