ESLint: Ignore .bundle directory (#36321)

This commit is contained in:
Brad Dunbar 2025-10-01 11:48:15 -04:00 committed by GitHub
parent 3ee1378932
commit f69ca085db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -179,6 +179,7 @@ export default tseslint.config([
'tmp/**/*',
'vendor/**/*',
'streaming/**/*',
'.bundle/**/*',
]),
react.configs.flat.recommended,
react.configs.flat['jsx-runtime'],