ESLint: Ignore .bundle directory (#36321)
This commit is contained in:
parent
3ee1378932
commit
f69ca085db
1 changed files with 1 additions and 0 deletions
|
|
@ -179,6 +179,7 @@ export default tseslint.config([
|
||||||
'tmp/**/*',
|
'tmp/**/*',
|
||||||
'vendor/**/*',
|
'vendor/**/*',
|
||||||
'streaming/**/*',
|
'streaming/**/*',
|
||||||
|
'.bundle/**/*',
|
||||||
]),
|
]),
|
||||||
react.configs.flat.recommended,
|
react.configs.flat.recommended,
|
||||||
react.configs.flat['jsx-runtime'],
|
react.configs.flat['jsx-runtime'],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue