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--.jshintrc17
1 files changed, 0 insertions, 17 deletions
diff --git a/.jshintrc b/.jshintrc
deleted file mode 100644
index ea5d0b4..0000000
--- a/.jshintrc
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "bitwise": true,
- "curly": true,
- "eqeqeq": true,
- "forin": true,
- "futurehostile": true,
- "immed": true,
- "latedef": true,
- "newcap": true,
- "noarg": true,
- "node": true,
- "noempty": true,
- "plusplus": false,
- "predef": ["exports"],
- "sub": true,
- "undef": true
-}