FLUJOS/BACK_BACK/node_modules/undefsafe/.jshintrc
2025-11-07 00:06:12 +01:00

16 lines
240 B
Text
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
}