From 8217c1d1f83d41aca98fb0526e79309f9a2fda01 Mon Sep 17 00:00:00 2001 From: Hendrik Leppelsack Date: Thu, 17 Mar 2016 16:06:34 +0100 Subject: eslint: allow space alignment --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintrc.json') 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", -- cgit v1.2.3