simple-installer
Version:
Download and/or install programs in similar manner to chocolatey or similar installation managers.
36 lines • 623 B
Plain Text
{
"eqnull": true,
"noyield": true,
"nonew": true,
"curly": true,
"latedef": "nofunc",
"maxdepth": 2,
"maxcomplexity": 3,
"maxparams": 4,
"noarg": true,
"trailing": true,
"esnext": true,
"white": true,
"forin": true,
"noempty": true,
"quotmark": true,
"smarttabs": true,
"maxparams": 4,
"node": true,
"eqeqeq": true,
"strict": true,
"undef": true,
"sub": true,
"expr": true,
"debug": true,
"newcap": true,
"immed": true,
"browser": true,
"camelcase": true,
"devel": true,
"gcl": true,
"maxlen": 120,
"freeze": true,
"multistr": true,
"mocha": true
}