mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-21 10:28:14 -05:00
eslint: add no-invalid-this and prefer-arrow-callback
This commit is contained in:
parent
f6e8f83d4e
commit
8ff1cd8317
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ export default [
|
|||
}],
|
||||
"no-var": "error",
|
||||
"eqeqeq": "error",
|
||||
"no-invalid-this": "error",
|
||||
"prefer-arrow-callback": "error",
|
||||
"@stylistic/js/indent": ["warn", "tab"],
|
||||
"@stylistic/js/quotes": ["warn", "double"],
|
||||
"@stylistic/js/semi": "warn",
|
||||
|
|
Loading…
Reference in a new issue