chore(eslint): apply to .tsx as well

This commit is contained in:
Elian Doran 2025-12-08 23:14:09 +02:00
parent d15b5f8cbc
commit fcf51ec6da
No known key found for this signature in database

View File

@ -63,7 +63,7 @@ const mainConfig = [
}
},
{
files: ["**/*.{js,ts,mjs,cjs}"],
files: ["**/*.{js,ts,mjs,cjs,tsx}"],
languageOptions: {
parser: tsParser