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

13 lines
394 B
Plaintext
Raw Normal View History

2024-09-23 19:40:12 -04:00
{
"es5" : true
, "freeze" : true
, "latedef" : true
, "noarg" : true
, "notypeof" : true
, "undef" : true
, "unused" : true
, "esnext" : true
, "laxcomma" : true
, "node" : true
}