diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-27 11:50:55 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-27 11:50:55 +0100 |
| commit | 754e9cfa10d8ecb26d6e48a7765e10b49203292a (patch) | |
| tree | 2f40bb2e8ffb97df7b22d512aa1d53616a700bd7 | |
| parent | 6ad9d39c56831748b40e28145f403e36d7d8113a (diff) | |
| download | mullvadvpn-754e9cfa10d8ecb26d6e48a7765e10b49203292a.tar.xz mullvadvpn-754e9cfa10d8ecb26d6e48a7765e10b49203292a.zip | |
Throw lint error on trailing spaces
| -rw-r--r-- | .eslintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ "no-console": [ 0 ], "no-loop-func": [ 0 ], "new-cap": [ 0 ], - "no-trailing-spaces": [ 0 ], + "no-trailing-spaces": [ 2, { "skipBlankLines": true } ], "no-param-reassign": [ 0 ], "func-names": [ 0 ], "comma-dangle": [ 0 ], |
