ESLintrc.cjs config setup
Under Create T3 I setup ESLint in rules with:
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 ?1 Reply
Got it, it need to remove line :
extends: ['plugin:@typescript-eslint/recommended-requiring-type-checking']
because it override rules, its a rules template.