aboutsummaryrefslogtreecommitdiff
path: root/node_modules/continuable-cache/.jshintrc
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-04 08:51:19 +0200
committerMinteck <contact@minteck.org>2022-06-04 08:51:19 +0200
commitb22f6770c8bd084d66950655203c61dd701b3d90 (patch)
tree873d7fb19584ec2709b95cc1ca05a1fc7cfd0fc4 /node_modules/continuable-cache/.jshintrc
parent383285ecd5292bf9a825e05904955b937de84cc9 (diff)
downloadequestriadb-b22f6770c8bd084d66950655203c61dd701b3d90.tar.gz
equestriadb-b22f6770c8bd084d66950655203c61dd701b3d90.tar.bz2
equestriadb-b22f6770c8bd084d66950655203c61dd701b3d90.zip
Remove node_modules
Diffstat (limited to 'node_modules/continuable-cache/.jshintrc')
-rw-r--r--node_modules/continuable-cache/.jshintrc42
1 files changed, 0 insertions, 42 deletions
diff --git a/node_modules/continuable-cache/.jshintrc b/node_modules/continuable-cache/.jshintrc
deleted file mode 100644
index 30a2d72..0000000
--- a/node_modules/continuable-cache/.jshintrc
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "asi": true,
-
- "bitwise": false,
- "camelcase": true,
- "curly": false,
- "eqeqeq": true,
- "forin": true,
- "immed": true,
- "indent": 4,
- "latedef": false,
- "newcap": true,
- "noarg": true,
- "nonew": true,
- "plusplus": false,
- "quotmark": false,
- "regexp": false,
- "undef": true,
- "unused": true,
- "strict": false,
- "trailing": true,
- "noempty": true,
- "maxdepth": 4,
- "maxparams": 4,
-
- "globals": {
- "console": true,
- "Buffer": true,
- "setTimeout": true,
- "clearTimeout": true,
- "setInterval": true,
- "clearInterval": true,
- "require": false,
- "module": false,
- "exports": true,
- "global": false,
- "process": true,
- "__dirname": false,
- "__filename": false
- },
- "node": false
-}