lepu-test-platform-web/node_modules/escope/.jshintrc

21 lines
329 B
Plaintext

{
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 4,
"eqnull": true,
"latedef": true,
"noarg": true,
"noempty": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"validthis": true,
"onevar": true,
"node": true
}