In Angular we add that in the TypeScript rules. Not in the general rules because sometimes that doesn’t work.
Example:
"rules": {
"@typescript-eslint/no-explicit-any": ["off"]
}
In the .eslintrc.json file
In Angular we add that in the TypeScript rules. Not in the general rules because sometimes that doesn’t work.
Example:
"rules": {
"@typescript-eslint/no-explicit-any": ["off"]
}
In the .eslintrc.json file