Mute
90231cb2ae
a massive diff due to infrastructure work the completion pane moved to the left of chat no other intended changes for users
39 lines
853 B
JSON
39 lines
853 B
JSON
{
|
|
"name": "mbchc",
|
|
"version": "0.0.12",
|
|
"description": "Mute's Bondage Club Hacks Collection",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"xo": "^0.56.0",
|
|
"bc-stubs": "^105.0.0",
|
|
"bondage-club-mod-sdk": "^1.2.0"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE.",
|
|
"xo": {
|
|
"env": [
|
|
"browser",
|
|
"node"
|
|
],
|
|
"rules": {
|
|
"brace-style": "off",
|
|
"camelcase": "off",
|
|
"capitalized-comments": "off",
|
|
"curly": "off",
|
|
"max-params": "off",
|
|
"max-statements-per-line": "off",
|
|
"new-cap": "off",
|
|
"no-return-assign": "off",
|
|
"no-unused-expressions": "off",
|
|
"no-unused-vars": ["error", {
|
|
"argsIgnorePattern": "^_",
|
|
"destructuredArrayIgnorePattern": "^_"
|
|
}],
|
|
"padding-line-between-statements": "off",
|
|
"semi": "off",
|
|
"spaced-comment": "off",
|
|
"unicorn/no-array-reduce": "off",
|
|
"fake/fuck-commas": "off"
|
|
}
|
|
}
|
|
}
|