phpmetrix
Version:
phpmetrix for Node.js is a wrapper around phpmetrics that allows for integration with build systems like Grunt, Gulp and more!
23 lines (22 loc) • 360 B
Plain Text
{
"unused": true,
"node": true,
"bitwise": true,
"immed": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"trailing": true,
"maxlen": 100,
"boss": true,
"eqnull": true,
"expr": true,
"laxbreak": true,
"loopfunc": true,
"sub": true,
"undef": true,
"quotmark": "single",
"evil": true,
"curly": true
}