Added Freaky Fembots to Team Skeet.

This commit is contained in:
DebaucheryLibrarian
2024-01-03 23:03:30 +01:00
parent 7e80cc628c
commit a6fb572a21
10 changed files with 512 additions and 5 deletions

View File

@@ -10,11 +10,11 @@
"no-tabs": "off",
"no-unused-vars": ["error", {"argsIgnorePattern": "^_"}],
"no-console": 0,
"max-len": 0,
"no-underscore-dangle": 0,
"default-param-last": 0,
"prefer-destructuring": "off",
"template-curly-spacing": "off",
"object-curly-newline": "off",
"max-len": [2, {"code": 300, "tabWidth": 4, "ignoreUrls": true}]
"object-curly-newline": "off"
}
}