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 '.jshintrc')
-rw-r--r--.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
index 61bc4a3..0c9e5ce 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -10,6 +10,7 @@
"node": true,
"noempty": true,
"plusplus": false,
+ "predef": ["exports"],
"sub": true,
"undef": true
}