ikettle.js
Version:
A nodejs wrapper for the ikettle
34 lines (31 loc) • 649 B
Plain Text
{
"asi": true,
"camelcase": true,
"eqeqeq": true,
"eqnull": true,
"globalstrict": true,
"immed": true,
"indent": 4,
"latedef": "nofunc",
"laxcomma": true,
"maxparams": 4,
"maxdepth": 3,
"maxstatements": 20,
"maxcomplexity": 10,
"maxlen": 120,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"node": true,
"predef": [
"define", "module", "require",
"before", "beforeEach", "describe", "it",
"after", "window", "afterEach"
]
}