Merge branch 'main' of https://github.com/mastodon/mastodon into alerts-create-slice

This commit is contained in:
Brad Dunbar 2025-10-02 03:36:07 -04:00
commit 1e3eea0363
No known key found for this signature in database
GPG Key ID: C32E3CC9B201C719

View File

@ -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'],