guard-bit
Version:
Utility to split opportunities by the account level (free\pro\enterprise\etc.) for frontend and node
25 lines (24 loc) • 445 B
Plain Text
{
"globals": {
"define": true
},
"bitwise": true,
"camelcase": true,
"curly": true,
"freeze": true,
"immed": true,
"latedef": "nofunc",
"newcap": false,
"noarg": true,
"noempty": true,
"nonew": true,
"quotmark": "single",
"undef": true,
"unused": "vars",
"strict": true,
"maxlen": 80,
"eqnull": true,
"scripturl": true,
"browser": true,
"devel": true
}