ESLintrc.cjs config setup

Under Create T3 I setup ESLint in rules with:
rules: {
'@typescript-eslint/no-unsafe-member-access': ['off'],
}

I have a line code with any which give me an error with this setup.
How I can add rules from T3, it seem eslint is ignoring my added rules ?
Was this page helpful?