forked from CringeStudios/gamja
Compare commits
1 Commits
master
...
eslint-ext
Author | SHA1 | Date | |
---|---|---|---|
![]() |
488e11eddc |
@ -26,8 +26,11 @@ export default [
|
||||
"eqeqeq": "error",
|
||||
"no-invalid-this": "error",
|
||||
"prefer-arrow-callback": "error",
|
||||
"require-atomic-updates": "error",
|
||||
"no-implicit-coercion": "warn",
|
||||
"object-shorthand": "warn",
|
||||
//"sort-imports": ["warn", { ignoreMemberSort: true, allowSeparatedGroups: true }],
|
||||
//"func-style": ["warn", "declaration"],
|
||||
"@stylistic/js/indent": ["warn", "tab"],
|
||||
"@stylistic/js/quotes": ["warn", "double"],
|
||||
"@stylistic/js/semi": "warn",
|
||||
|
Loading…
x
Reference in New Issue
Block a user