rittenhop-ghost/versions/5.94.2/node_modules/logd-console-output/.jshintrc

17 lines
454 B
Plaintext

{
"es5" : true
, "freeze" : true
, "latedef" : true
, "noarg" : true
, "notypeof" : true
, "undef" : true
, "unused" : true
, "esnext" : true
, "laxcomma" : true
, "node" : true
, "predef": [
"describe"
, "it"
]
}