Files
omnivore/packages/discover/.eslintrc
Thomas Rogers c0373646cb Fix Linting...
2024-01-09 11:22:32 +01:00

14 lines
371 B
Plaintext

{
"extends": "../../.eslintrc",
"parserOptions": {
"project": "tsconfig.json"
},
"rules": {
"@typescript-eslint/no-unsafe-argument": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/strictNullChecks": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-assignment": "off"
}
}