d633ffc766
No Issue - grunt-contrib-jshint@0.11.0. - remove error about browser global Notification being redefined.
24 lines
471 B
Plaintext
24 lines
471 B
Plaintext
{
|
|
"node": true,
|
|
"browser": false,
|
|
"strict": false,
|
|
"sub": true,
|
|
"eqeqeq": true,
|
|
"laxbreak": true,
|
|
"bitwise": true,
|
|
"curly": true,
|
|
"forin": true,
|
|
"immed": true,
|
|
"latedef": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"noempty": true,
|
|
"nonew": true,
|
|
"plusplus": true,
|
|
"regexp": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"indent": 4,
|
|
"predef": [ "-Promise" ]
|
|
}
|