summaryrefslogtreecommitdiff
path: root/web-ui/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/.eslintrc.json')
-rw-r--r--web-ui/.eslintrc.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/.eslintrc.json b/web-ui/.eslintrc.json
index 4828136e..554498f9 100644
--- a/web-ui/.eslintrc.json
+++ b/web-ui/.eslintrc.json
@@ -1,3 +1,4 @@
+/* see https://github.com/airbnb/javascript for lint rules */
{
"extends": "airbnb",
"plugins": [
@@ -12,7 +13,6 @@
"react/jsx-filename-extension": ["off"],
"jsx-quotes": ["error", "prefer-single"],
"no-undef": ["off"],
- "comma-dangle": ["off"],
- "semi": ["error", "never"]
+ "comma-dangle": ["off"]
}
}