Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index e684e59..5d2a7cc 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -12,13 +12,16 @@
"curly": 2,
"eol-last": 2,
"eqeqeq": 2,
+ "indent": [2, 2],
"key-spacing": [2, {"beforeColon": false, "afterColon": true}],
"new-cap": 2,
"new-parens": 2,
"no-array-constructor": 2,
"no-bitwise": 2,
"no-constant-condition": 0,
+ "no-eval": 2,
"no-floating-decimal": 2,
+ "no-implied-eval": 2,
"no-inline-comments": 0,
"no-irregular-whitespace": 2,
"no-mixed-spaces-and-tabs": 2,