summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.eslintrc.json24
1 files changed, 5 insertions, 19 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 9ef2c875..9af32d61 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -9,24 +9,10 @@
"sourceType": "module"
},
"rules": {
- "indent": [
- "error",
- 4
- ],
- "linebreak-style": [
- "error",
- "unix"
- ],
- "quotes": [
- "error",
- "double"
- ],
- "semi": [
- "error",
- "always"
- ],
- "no-var": [
- "error"
- ]
+ "indent": ["error", 4],
+ "linebreak-style": ["error", "unix"],
+ "quotes": ["error", "double"],
+ "semi": ["error", "always"],
+ "no-var": ["error"]
}
}