summaryrefslogtreecommitdiff
path: root/web-ui/.eslintrc.json
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-02-08 11:11:38 -0200
committerAnike Arni <aarni@thoughtworks.com>2017-02-08 13:51:37 -0200
commit94fc7554995e4b6fcd95e74d082ed411239ea8e9 (patch)
tree88810c4a44b6c097510b9e29e92b947f07ef9606 /web-ui/.eslintrc.json
parent16190197f72ea242ae239dc2741e2887c7008dfa (diff)
[#922] Add semincolon to lint and fix js code
with @tayanefernandes
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"]
}
}