grunt-grunt
Version:
Grunt task to run tasks on other Gruntfiles
21 lines (20 loc) • 326 B
Plain Text
{
"curly": true,
"eqeqeq": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"sub": true,
"undef": true,
"unused": true,
"trailing": true,
"boss": true,
"eqnull": true,
"strict": true,
"immed": true,
"latedef": "nofunc",
"quotmark": "single",
"indent": 4,
"node": true
}