summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2016-03-17 16:06:34 +0100
committerHendrik Leppelsack <hendrik@leppelsack.de>2016-03-17 16:06:34 +0100
commit8217c1d1f83d41aca98fb0526e79309f9a2fda01 (patch)
treee9f92ab6f6e8857fe307227f766fb7b600ecba66 /.eslintrc.json
parent8cca2f9a4d2e9e46d28b93961bcf9d1d88847a44 (diff)
eslint: allow space alignment
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 45b46f4c..72db7eb1 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -15,6 +15,7 @@
"curly": ["error", "multi-line", "consistent"],
"indent": ["error", "tab"],
"no-alert": "error",
+ "no-mixed-spaces-and-tabs": ["error", "smart-tabs"],
"no-trailing-spaces": "error",
"quotes": ["error", "single", "avoid-escape"],
"semi": "error",