You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Error while loading rule '@typescript-eslint/no-unsafe-member-access':
You have used a rule which requires parserServices to be generated.
You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Putting this here for visibility as I've seen it on a few repos now and have had a few questions.
It's currently fairly clunky to change a rule right now. The typical way would be to set a rule in .eslintrc file:
Putting this here for visibility as I've seen it on a few repos now and have had a few questions.
It's currently fairly clunky to change a rule right now. The typical way would be to set a rule in
.eslintrc
file:.eslintrc
But with the latest update you need to declare it using overrides:
.eslintrc
The text was updated successfully, but these errors were encountered: