koa-plugins/node_modules/fastcgi-client/.jshintrc
2020-03-01 17:38:34 +01:00

19 lines
266 B
Text

{
"eqeqeq": true,
"freeze": true,
"immed": true,
"mocha": true,
"nocomma": true,
"noarg": true,
"nonbsp": true,
"nonew": true,
"undef": true,
"strict": true,
"globalstrict": true,
"shadow": true,
"browser": true,
"node": true,
"predef": [
"fw"
]
}