diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-18 23:58:47 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-18 23:58:47 +0100 |
commit | db9c2992e3102323b7500213c1ddea3b8611e1f0 (patch) | |
tree | a061b4cd2abda66cdb8018330fcca2acd4c06093 /library/moment/.jshintrc | |
parent | b23284cba28335f61595f2264685b1bbafc19183 (diff) | |
download | volse-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/.jshintrc | 31 |
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 - } -} |