nsp-api
Version:
Node.js module wrapper for the Node Security Project API
30 lines (26 loc) • 416 B
Plain Text
{
"asi": false,
"expr": true,
"loopfunc": true,
"strict": false,
"curly": true,
"evil": true,
"curly": true,
"white": true,
"trailing": true,
"eqeqeq": true,
"immed": true,
"indent": 4,
"debug": true,
"newcap": true,
"undef": true,
"unused": false,
"quotmark": "single",
"maxdepth": 3,
"maxlen": 80,
"node": true,
"browser": true,
"globals": {
"window": true
}
}