This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
viscord/packages/server/.eslintrc.json

7 lines
98 B
JSON

{
"rules": {
"no-unused-vars": "off",
"@typescript-eslint/no-explicit-any": "off"
}
}