mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
linter fixes
This commit is contained in:
parent
c1b1f26035
commit
0b6ed5bf4c
139 changed files with 917 additions and 898 deletions
|
@ -22,8 +22,9 @@ module.exports = {
|
|||
"semi": ["warn", "always"],
|
||||
"quotes": "off",
|
||||
"no-mixed-spaces-and-tabs": "warn",
|
||||
"no-multi-spaces": "warn",
|
||||
"no-unsafe-optional-chaining": "warn",
|
||||
"no-useless-escape": "warn",
|
||||
"no-useless-escape": "off",
|
||||
"no-empty": "off",
|
||||
"no-fallthrough": "off",
|
||||
"no-case-declarations": "off",
|
||||
|
@ -32,7 +33,7 @@ module.exports = {
|
|||
// unused vars
|
||||
"no-unused-vars": "off",
|
||||
"@typescript-eslint/no-unused-vars": [
|
||||
"warn",
|
||||
"off",
|
||||
{
|
||||
argsIgnorePattern: "^_",
|
||||
varsIgnorePattern: "^_",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue