aboutsummaryrefslogtreecommitdiffstats
path: root/library/moment/.jshintrc
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-11-18 23:58:47 +0100
committerMario Vavti <mario@mariovavti.com>2015-11-18 23:58:47 +0100
commitdb9c2992e3102323b7500213c1ddea3b8611e1f0 (patch)
treea061b4cd2abda66cdb8018330fcca2acd4c06093 /library/moment/.jshintrc
parentb23284cba28335f61595f2264685b1bbafc19183 (diff)
downloadvolse-hubzilla-db9c2992e3102323b7500213c1ddea3b8611e1f0.tar.gz
volse-hubzilla-db9c2992e3102323b7500213c1ddea3b8611e1f0.tar.bz2
volse-hubzilla-db9c2992e3102323b7500213c1ddea3b8611e1f0.zip
remove more unneeded files
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
- }
-}