cram
Version:
An AMD-compatible build tool.
29 lines (26 loc) • 407 B
Plain Text
{
"browser": true,
"node": true,
"rhino": true,
"es5": true,
"predef": [
"define",
"module",
"system"
],
"boss": true,
"eqnull": true,
"expr": true,
"globalstrict": false,
"laxbreak": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"quotmark": "single",
"strict": false,
"trailing": true,
"undef": true,
"unused": true,
"maxdepth": 3
}