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

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc18
1 files changed, 0 insertions, 18 deletions
diff --git a/.jshintrc b/.jshintrc
deleted file mode 100644
index 3d6c2ca..0000000
--- a/.jshintrc
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "camelcase": true,
- "curly": true,
- "eqeqeq": true,
- "esnext": true,
- "immed": true,
- "latedef": true,
- "newcap": true,
- "noarg": true,
- "node": true,
- "noempty": true,
- "nonbsp": true,
- "quotmark": "single",
- "strict": true,
- "sub": true,
- "undef": true,
- "unused": true
-}