aboutsummaryrefslogtreecommitdiff
path: root/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc16
1 files changed, 0 insertions, 16 deletions
diff --git a/.jshintrc b/.jshintrc
deleted file mode 100644
index 1d18bc6..0000000
--- a/.jshintrc
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "curly": true,
- "debug": true,
- "eqeqeq": true,
- "esversion": 6,
- "forin": true,
- "latedef": false,
- "mocha": true,
- "noarg": true,
- "nocomma": true,
- "node": true,
- "nonbsp": true,
- "strict": "global",
- "undef": true,
- "unused": true
-} \ No newline at end of file