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

15 lines
210 B
Plaintext
Raw Normal View History

{
"curly": false,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"unused": true,
"boss": true,
"eqnull": true,
"node": true
}