divshot-cli
Version:
CLI for Divshot
32 lines (31 loc) • 527 B
Plain Text
{
"expr": true,
"curly": false,
"freeze": true,
"noarg": true,
"nonew": true,
"plusplus": true,
"eqeqeq": true,
"immed": true,
"latedef": false,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"unused": false,
"boss": true,
"eqnull": true,
"node": true,
"quotmark": "single",
"globals": {
"require": true,
"module": true,
"exports": true,
"it": true,
"describe": true,
"beforeEach": true,
"afterEach": true,
"chai": true,
"Regex": true
}
}