summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-07-12 17:24:49 +0200
committerAndrej Mihajlov <and@mullvad.net>2018-07-16 20:34:15 +0200
commit313d3bf47cd3cc91bc34143deaa930d4bbea14ce (patch)
tree055ad745e22cb3b1cbbe91571d57a08070d4a525
parentb1c7ccb0bdbc7e3c1dd1997423297475936807a8 (diff)
downloadmullvadvpn-313d3bf47cd3cc91bc34143deaa930d4bbea14ce.tar.xz
mullvadvpn-313d3bf47cd3cc91bc34143deaa930d4bbea14ce.zip
Remove comma-dangle and no-trailing-spaces rules covered by prettier
-rw-r--r--.eslintrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/.eslintrc b/.eslintrc
index ad22190f93..c562aceddd 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -18,10 +18,8 @@
"no-console": "off",
"no-loop-func": "warn",
"new-cap": "off",
- "no-trailing-spaces": ["error", { "skipBlankLines": true }],
"no-param-reassign": "warn",
"func-names": "off",
- "comma-dangle": "off",
"comma-spacing": "warn",
"no-unused-expressions": "error",
"no-unused-vars": [