mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 06:40:50 +08:00
chore: run eslint on eslint.config.js :-)
This commit is contained in:
parent
ad18883952
commit
237fcdab20
1 changed files with 2 additions and 2 deletions
|
|
@ -43,8 +43,8 @@ export default tseslint.config(
|
||||||
"@typescript-eslint/no-unused-vars": [
|
"@typescript-eslint/no-unused-vars": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
"argsIgnorePattern": "^_",
|
argsIgnorePattern: "^_",
|
||||||
"varsIgnorePattern": "^_",
|
varsIgnorePattern: "^_"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
...stylisticRules
|
...stylisticRules
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue