mirror of
https://github.com/zadam/trilium.git
synced 2025-12-18 13:29:27 +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: {
|
languageOptions: {
|
||||||
parser: tsParser
|
parser: tsParser
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue