mirror of
https://github.com/rivea0/obsidian-match-syntax.git
synced 2026-07-22 05:46:49 +00:00
chore: add new rules for eslint errors
This commit is contained in:
parent
1e65237652
commit
8389df788b
1 changed files with 3 additions and 1 deletions
|
|
@ -18,6 +18,8 @@
|
|||
"@typescript-eslint/no-unused-vars": ["error", { "args": "none" }],
|
||||
"@typescript-eslint/ban-ts-comment": "off",
|
||||
"no-prototype-builtins": "off",
|
||||
"@typescript-eslint/no-empty-function": "off"
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
"no-trailing-spaces": "error",
|
||||
"object-curly-spacing": ["error", "always"]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue