{ "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" } } }