ASHWGA, might as well make it a module.
Included is a minimal linter infrastructure and a server script because [epic rant removed]
This commit is contained in:
32
package.json
Normal file
32
package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user