rittenhop-ghost/versions/5.94.2/node_modules/leaky-bucket/.jshintrc

13 lines
394 B
Plaintext

{
"es5" : true
, "freeze" : true
, "latedef" : true
, "noarg" : true
, "notypeof" : true
, "undef" : true
, "unused" : true
, "esnext" : true
, "laxcomma" : true
, "node" : true
}