ESLint: Ignore .bundle directory (#36321)

pull/36319/head^2
Brad Dunbar 1 month ago committed by GitHub
parent 3ee1378932
commit f69ca085db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save