knockout-es5
Version:
Knockout.js meets ECMAScript 5 properties
43 lines (39 loc) • 677 B
Plain Text
{
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"immed": true,
"indent": 2,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"nonew": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"maxparams": 4,
"maxdepth": 4,
"maxlen": 120,
"eqnull": true,
"expr": true,
"laxbreak": true,
"laxcomma": true,
"validthis": true,
"browser": true,
"node": true,
"globals": {
"ko": false,
"global": true,
"define": false,
"describe": false,
"it": false,
"assert": false
}
}