benji.monster/node_modules/undefsafe/.jshintrc
2020-01-03 21:48:09 +01:00

16 lines
240 B
Text

{
"browser": false,
"camelcase": true,
"curly": true,
"devel": true,
"eqeqeq": true,
"forin": true,
"indent": 2,
"noarg": true,
"node": true,
"quotmark": "single",
"undef": true,
"strict": false,
"unused": true
}