{
"bitwise": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"node": true,
"noempty": true,
"plusplus": false,
"predef": ["exports"],
"sub": true,
"undef": true
}