Slide 24
Slide 24 text
{
"curly": true,
"eqeqeq": false,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"boss": true,
"indent": 2,
"noempty": true,
"expr": true,
"eqnull": true,
"esnext": true,
"browser": true,
"white": true,
"undef": true,
"predef": [ “require”, "module", “exports", "CustomEvent"]
}
.jshintrc