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, 31 insertions, 0 deletions
diff --git a/library/moment/.jshintrc b/library/moment/.jshintrc
new file mode 100644
index 000000000..220eb214c
--- /dev/null
+++ b/library/moment/.jshintrc
@@ -0,0 +1,31 @@
+{
+ "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
+ }
+}