mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Enable some eslint rules than are already in compliance
This commit is contained in:
@@ -89,10 +89,12 @@
|
||||
"no-useless-rename": "warn",
|
||||
"no-void": "error",
|
||||
"no-warning-comments": "warn",
|
||||
"no-whitespace-before-property": "warn",
|
||||
"no-with": "error",
|
||||
"quotes": ["error", "single"],
|
||||
"radix": ["error", "always"],
|
||||
"require-atomic-updates": "error",
|
||||
"require-await": "error",
|
||||
"semi": ["error", "always"],
|
||||
"semi-spacing": "error",
|
||||
"space-unary-ops": "error",
|
||||
|
||||
Reference in New Issue
Block a user