GoScrobble/web/node_modules/loglevel/.jshintrc

15 lines
210 B
Plaintext
Raw Normal View History

2022-04-25 02:47:15 +00:00
{
"curly": false,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"unused": true,
"boss": true,
"eqnull": true,
"node": true
}