habitjs
Version:
Modules and Dependency Injection for the browser and Node
60 lines (59 loc) • 1.23 kB
Plain Text
{
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"es3": true,
"esnext": true,
"forin": true,
"freeze": true,
"immed": true,
"indent": 4,
"latedef": true,
"newcap": true,
"noarg": true,
"nonbsp": true,
"nonew": true,
"plusplus": true,
"quotmark": true,
"undef": true,
"unused": false,
"strict": true,
"trailing": true,
"maxparams": 3,
"maxdepth": 2,
"maxstatements": 30,
"maxlen": 120,
"maxcomplexity": 6,
"debug": true,
"sub": true,
"expr": true,
"globals": {
"alert": true,
"document": true,
"location": true,
"app": true,
"require": true,
"module": true,
"exports": true,
"define": true,
"mocha": true,
"chai": true,
"sinon": true,
"describe": true,
"it": true,
"before": true,
"beforeEach": true,
"after": true,
"afterEach": true,
"Habit": true,
"supply": true,
"need": true,
"expect": true,
"sinon": true,
"window": true,
"console": true,
"_": true,
"__dirname": true
}
}