mirror of
https://github.com/shoedler/crossbow.git
synced 2026-07-22 07:40:26 +00:00
Updates eslint config
This commit is contained in:
parent
1a2e455f7e
commit
9dbb9c34cf
1 changed files with 2 additions and 1 deletions
|
|
@ -18,6 +18,7 @@
|
|||
"@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",
|
||||
"lines-between-class-members": [ "error", "always", { "exceptAfterSingleLine": true }]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue