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:
authorChris Rebert <github@rebertia.com>2015-03-23 22:33:32 +0300
committerChris Rebert <github@rebertia.com>2015-03-23 22:33:32 +0300
commitff6f40a2d676a87b359cf44919365b73677a21fd (patch)
treeee9dbea6b34c12251783d4575ccab37c8a7b332c
parenta041e02b2164c03055909052699c21b63d33a044 (diff)
parentea17f8db6fc35055996811f524e8574c566810cf (diff)
Merge pull request #27 from twbs/jscs-jshint
update JSHint config: enable futurehostile
-rw-r--r--.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
index 0c9e5ce..ea5d0b4 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -3,6 +3,7 @@
"curly": true,
"eqeqeq": true,
"forin": true,
+ "futurehostile": true,
"immed": true,
"latedef": true,
"newcap": true,