ESLint: Ignore .bundle directory (#36321)
This commit is contained in:
@@ -179,6 +179,7 @@ export default tseslint.config([
|
||||
'tmp/**/*',
|
||||
'vendor/**/*',
|
||||
'streaming/**/*',
|
||||
'.bundle/**/*',
|
||||
]),
|
||||
react.configs.flat.recommended,
|
||||
react.configs.flat['jsx-runtime'],
|
||||
|
||||
Reference in New Issue
Block a user