mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
lint: turn on @stylistic/js/comma-dangle
This commit is contained in:
parent
b9d12bc8cd
commit
69485716a0
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ export default [
|
|||
"@stylistic/js/indent": ["warn", "tab"],
|
||||
"@stylistic/js/quotes": ["warn", "double"],
|
||||
"@stylistic/js/semi": "warn",
|
||||
"@stylistic/js/comma-dangle": ["warn", "always-multiline"],
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue