mirror of
https://github.com/zadam/trilium.git
synced 2025-12-11 13:15:58 +08:00
chore(eslint): apply to .tsx as well
This commit is contained in:
parent
d15b5f8cbc
commit
fcf51ec6da
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ const mainConfig = [
|
|||
}
|
||||
},
|
||||
{
|
||||
files: ["**/*.{js,ts,mjs,cjs}"],
|
||||
files: ["**/*.{js,ts,mjs,cjs,tsx}"],
|
||||
|
||||
languageOptions: {
|
||||
parser: tsParser
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue