Updates eslint config

This commit is contained in:
Simon Schödler 2023-06-10 17:19:10 +02:00
parent 1a2e455f7e
commit 9dbb9c34cf

View file

@ -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 }]
}
}