Files
est-frame/node_modules/undefsafe/.jshintrc
2025-10-22 05:38:27 +00:00

17 lines
240 B
Plaintext
Executable File

{
"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
}