Mute
526b51e158
Included is a minimal linter infrastructure and a server script because [epic rant removed]
33 lines
672 B
JSON
33 lines
672 B
JSON
{
|
|
"name": "mbchc",
|
|
"version": "0.0.9",
|
|
"description": "Mute's Bondage Club Hacks Collection",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"xo": "^0.56.0"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE.",
|
|
"xo": {
|
|
"env": [
|
|
"browser",
|
|
"node"
|
|
],
|
|
"rules": {
|
|
"camelcase": "off",
|
|
"capitalized-comments": "off",
|
|
"curly": "off",
|
|
"max-params": "off",
|
|
"new-cap": "off",
|
|
"no-return-assign": "off",
|
|
"no-unused-vars": ["error", {
|
|
"argsIgnorePattern": "^_",
|
|
"destructuredArrayIgnorePattern": "^_"
|
|
}],
|
|
"padding-line-between-statements": "off",
|
|
"semi": "off",
|
|
"unicorn/no-array-reduce": "off",
|
|
"fake/fuck-commas": "off"
|
|
}
|
|
}
|
|
}
|