eslint: allow space alignment

This commit is contained in:
Hendrik Leppelsack 2016-03-17 16:06:34 +01:00
parent 8cca2f9a4d
commit 8217c1d1f8
1 changed files with 1 additions and 0 deletions

View File

@ -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",