2023-12-17 03:52:43 +00:00
|
|
|
{
|
2024-06-29 17:09:25 +00:00
|
|
|
"name": "mbchc",
|
2024-07-13 21:55:45 +00:00
|
|
|
"version": "105.13.0",
|
2024-06-29 17:09:25 +00:00
|
|
|
"description": "Mute's Bondage Club Hacks Collection",
|
2023-12-17 03:52:43 +00:00
|
|
|
"type": "module",
|
2024-06-29 17:09:25 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"xo": "^0.56.0",
|
|
|
|
"bc-stubs": "^105.0.0",
|
|
|
|
"bondage-club-mod-sdk": "^1.2.0"
|
2023-12-17 03:52:43 +00:00
|
|
|
},
|
2024-06-29 17:09:25 +00:00
|
|
|
"license": "SEE LICENSE IN LICENSE.",
|
2024-07-13 21:55:45 +00:00
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"extends": [
|
|
|
|
"xo",
|
|
|
|
"xo-typescript"
|
2023-12-17 03:52:43 +00:00
|
|
|
],
|
2024-07-13 21:55:45 +00:00
|
|
|
"parser": "@typescript-eslint/parser",
|
|
|
|
"parserOptions": { "project": ["./jsconfig.json"] },
|
|
|
|
"plugins": ["@typescript-eslint"],
|
|
|
|
"globals": {"GM": true, "GM_info": true},
|
2023-12-17 03:52:43 +00:00
|
|
|
"rules": {
|
2024-07-13 21:55:45 +00:00
|
|
|
"@typescript-eslint/brace-style": "off",
|
|
|
|
"@typescript-eslint/comma-dangle": ["error", "only-multiline"],
|
|
|
|
"@typescript-eslint/consistent-type-definitions": "off",
|
|
|
|
"@typescript-eslint/consistent-type-imports": "off",
|
|
|
|
"@typescript-eslint/member-delimiter-style": "off",
|
|
|
|
"@typescript-eslint/naming-convention": "off",
|
|
|
|
"@typescript-eslint/no-confusing-void-expression": ["error", {
|
|
|
|
"ignoreVoidOperator": true
|
|
|
|
}],
|
|
|
|
"@typescript-eslint/no-meaningless-void-operator": "off",
|
|
|
|
"@typescript-eslint/object-curly-spacing": "off",
|
|
|
|
"@typescript-eslint/padding-line-between-statements": "off",
|
|
|
|
"@typescript-eslint/semi": "off",
|
|
|
|
"@typescript-eslint/space-before-function-paren": "off",
|
|
|
|
"@typescript-eslint/strict-boolean-expressions": ["error", {
|
|
|
|
"allowString": false,
|
|
|
|
"allowNumber": false,
|
|
|
|
"allowNullableObject": false
|
|
|
|
}],
|
|
|
|
"array-element-newline": "off",
|
2024-06-29 17:09:25 +00:00
|
|
|
"brace-style": "off",
|
2023-12-17 03:52:43 +00:00
|
|
|
"camelcase": "off",
|
|
|
|
"capitalized-comments": "off",
|
|
|
|
"curly": "off",
|
|
|
|
"max-params": "off",
|
2024-06-29 17:09:25 +00:00
|
|
|
"max-statements-per-line": "off",
|
2023-12-17 03:52:43 +00:00
|
|
|
"new-cap": "off",
|
|
|
|
"no-return-assign": "off",
|
2024-06-29 17:09:25 +00:00
|
|
|
"no-unused-expressions": "off",
|
2023-12-17 03:52:43 +00:00
|
|
|
"no-unused-vars": ["error", {
|
|
|
|
"argsIgnorePattern": "^_",
|
|
|
|
"destructuredArrayIgnorePattern": "^_"
|
|
|
|
}],
|
2024-07-13 21:55:45 +00:00
|
|
|
"no-void": "off",
|
2023-12-17 03:52:43 +00:00
|
|
|
"padding-line-between-statements": "off",
|
2024-07-13 21:55:45 +00:00
|
|
|
"object-curly-newline": "off",
|
|
|
|
"one-var": "off",
|
|
|
|
"one-var-declaration-per-line": "off",
|
2023-12-17 03:52:43 +00:00
|
|
|
"semi": "off",
|
2024-07-13 21:55:45 +00:00
|
|
|
"space-before-function-paren": "off",
|
2024-06-29 17:09:25 +00:00
|
|
|
"spaced-comment": "off",
|
2024-07-13 21:55:45 +00:00
|
|
|
"unicorn/no-array-for-each": "off",
|
2023-12-17 03:52:43 +00:00
|
|
|
"unicorn/no-array-reduce": "off",
|
2024-07-13 21:55:45 +00:00
|
|
|
"unicorn/prefer-module": "off",
|
|
|
|
"unicorn/prefer-top-level-await": "off",
|
2023-12-17 03:52:43 +00:00
|
|
|
"fake/fuck-commas": "off"
|
2024-07-13 21:55:45 +00:00
|
|
|
},
|
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"files": ["*.d.ts"],
|
|
|
|
"rules": {
|
|
|
|
"no-unused-vars": "off"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2023-12-17 03:52:43 +00:00
|
|
|
}
|
|
|
|
}
|