aboutsummaryrefslogtreecommitdiffstats
path: root/library/moment/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'library/moment/.jshintrc')
-rw-r--r--library/moment/.jshintrc31
1 files changed, 0 insertions, 31 deletions
diff --git a/library/moment/.jshintrc b/library/moment/.jshintrc
deleted file mode 100644
index 220eb214c..000000000
--- a/library/moment/.jshintrc
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "node" : true,
- "browser" : true,
- "boss" : false,
- "curly" : true,
- "debug" : false,
- "devel" : false,
- "eqeqeq" : true,
- "eqnull" : true,
- "esnext" : true,
- "evil" : false,
- "forin" : false,
- "immed" : false,
- "laxbreak" : false,
- "newcap" : true,
- "noarg" : true,
- "noempty" : false,
- "nonew" : false,
- "onevar" : true,
- "plusplus" : false,
- "regexp" : false,
- "undef" : true,
- "sub" : true,
- "strict" : false,
- "white" : true,
- "es3" : false,
- "camelcase" : true,
- "globals": {
- "define": false
- }
-}