gund / eslint-plugin-deprecation

ESLint rule that reports usage of deprecated code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage in Angular 12

toamitc opened this issue · comments

When we try to use it in Angular 12, it never finds config and throws error as
"An unhandled exception occurred: Failed to load config "plugin:deprecation" to extend from.

Is there any thing different needs to be done to use it in Angular Please suggest?
We are already using below 3 plugins without any issue
"plugin:@angular-eslint/recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@angular-eslint/template/process-inline-templates",

Please ignore, it is not a problem