Code Cleanup™
This commit is contained in:
@ -48,6 +48,15 @@
|
||||
"semi": [
|
||||
"error",
|
||||
"always"
|
||||
]
|
||||
],
|
||||
"no-console": "error",
|
||||
"no-debugger": "error",
|
||||
"no-alert": "error",
|
||||
"no-undef": "error",
|
||||
"no-var": "error",
|
||||
"no-const-assign": "error",
|
||||
"comma-dangle": ["error", "always-multiline"],
|
||||
"no-unneeded-ternary": "error",
|
||||
"multiline-ternary": ["error", "always-multiline"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user