This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
2022-07-20 17:32:23 -04:00
|
|
|
{
|
|
|
|
|
"rules": {
|
2022-07-21 04:18:54 -04:00
|
|
|
"@typescript-eslint/no-unused-vars": "off",
|
2022-07-21 23:45:52 -04:00
|
|
|
"@typescript-eslint/no-explicit-any": "off",
|
|
|
|
|
"@typescript-eslint/ban-types": "off"
|
2022-07-20 17:32:23 -04:00
|
|
|
}
|
|
|
|
|
}
|