aboutsummaryrefslogtreecommitdiff
path: root/node_modules/nodemon/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/nodemon/.jshintrc')
-rw-r--r--node_modules/nodemon/.jshintrc16
1 files changed, 0 insertions, 16 deletions
diff --git a/node_modules/nodemon/.jshintrc b/node_modules/nodemon/.jshintrc
deleted file mode 100644
index fb991ae..0000000
--- a/node_modules/nodemon/.jshintrc
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "browser": true,
- "camelcase": true,
- "curly": true,
- "devel": true,
- "eqeqeq": true,
- "forin": true,
- "indent": 2,
- "noarg": true,
- "node": true,
- "quotmark": "single",
- "undef": true,
- "strict": false,
- "unused": true
-}
-