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
With version 7.1.0, with command npm run lint i got this error :
An unhandled exception occurred: Error while loading rule 'rxjs/no-async-subscribe':
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.
When i'm downgrade to 7.0.0 it's work fine (i have check my .eslintrc.json, parserOptions.project have a correct value)
Description
With version 7.1.0, with command
npm run lint
i got this error :An unhandled exception occurred: Error while loading rule 'rxjs/no-async-subscribe':
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.
When i'm downgrade to 7.0.0 it's work fine (i have check my .eslintrc.json, parserOptions.project have a correct value)
Setup configuration
The text was updated successfully, but these errors were encountered: