chore: update dependencies, prep for release (#8)

Closes #6

Reviewed-on: https://codeberg.org/nhcarrigan/eslint-config/pulls/8
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
2024-12-09 16:41:50 +00:00
committed by Naomi the Technomancer
parent ed921cc9b7
commit e402de2201
11 changed files with 658 additions and 788 deletions

View File

@ -28,20 +28,20 @@ import NaomisConfig from "@nhcarrigan/eslint-config";
export default [
...NaomisConfig,
// Any overrides you need, such as:
// {
// rules: {
// complexity: "off",
// "max-lines-per-function": "off",
// "max-statements": "off",
// "jsdoc/require-file-overview": "off"
// },
// },
// {
// files: ["test/__mocks__/Database.mock.ts"],
// rules: {
// "require-await": "off"
// }
// },
{
rules: {
complexity: "off",
"max-lines-per-function": "off",
"max-statements": "off",
"jsdoc/require-file-overview": "off"
},
},
{
files: ["test/__mocks__/Database.mock.ts"],
rules: {
"require-await": "off"
}
},
];
```
@ -105,7 +105,7 @@ Before interacting with our community, please read our [Code of Conduct](CODE_OF
## License
This software is licensed under our [global software license](https://docs.nhcarrigan.com/#/license).
This software is licensed under our [global software license](https://docs.nhcarrigan.com/legal/license/).
Copyright held by Naomi Carrigan.