mirror of
https://github.com/zadam/trilium.git
synced 2025-12-15 12:49:53 +01:00
chore(eslint): apply to .tsx as well
This commit is contained in:
@@ -63,7 +63,7 @@ const mainConfig = [
|
||||
}
|
||||
},
|
||||
{
|
||||
files: ["**/*.{js,ts,mjs,cjs}"],
|
||||
files: ["**/*.{js,ts,mjs,cjs,tsx}"],
|
||||
|
||||
languageOptions: {
|
||||
parser: tsParser
|
||||
|
||||
Reference in New Issue
Block a user