gulp-sloc
Version:
A port of the grunt-sloc plugin for gulp
40 lines (35 loc) • 620 B
Plain Text
{
"globals": {
"require": false,
"module": true,
"describe": false,
"it": false,
"before": false,
"beforeEach": false,
"after": false,
"afterEach": false
},
"node": true,
"indent": 2,
"bitwise": false,
"camelcase": true,
"curly": false,
"eqeqeq": true,
"forin": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"plusplus": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"eqnull": true,
"white": true,
"supernew": true
}