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:
authorZlatan Vasović <legospace9876@gmail.com>2014-03-14 14:10:59 +0400
committerZlatan Vasović <legospace9876@gmail.com>2014-03-14 14:10:59 +0400
commit4b5886056a3a8fa34b2b8183f7e1b45d2873892d (patch)
treebe98a943bd79c517797662ad6b08c92d3a1d6ffd
parent2d434ccfae475293cbf78c8f00c18f79dbd24a61 (diff)
Remove indent check from .jshintrc
It's already in .jscsrc
-rw-r--r--.jshintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index fe2f382..e01f162 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -4,7 +4,6 @@
"eqeqeq": true,
"forin": true,
"immed": true,
- "indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,