diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-07-12 17:24:49 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-07-16 20:34:15 +0200 |
| commit | 313d3bf47cd3cc91bc34143deaa930d4bbea14ce (patch) | |
| tree | 055ad745e22cb3b1cbbe91571d57a08070d4a525 | |
| parent | b1c7ccb0bdbc7e3c1dd1997423297475936807a8 (diff) | |
| download | mullvadvpn-313d3bf47cd3cc91bc34143deaa930d4bbea14ce.tar.xz mullvadvpn-313d3bf47cd3cc91bc34143deaa930d4bbea14ce.zip | |
Remove comma-dangle and no-trailing-spaces rules covered by prettier
| -rw-r--r-- | .eslintrc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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": [ |
