Skip to content

Commit

Permalink
Remove deprecated configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Dupessey committed Mar 7, 2024
1 parent b9922bd commit 8dfffd0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 28 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Like any library, keep it updated to make sure your project follows the latest c

Add `criteo` to the plugins section of your `.eslintrc` configuration file and apply:

- `plugin:criteo/recommended-angular-app` if the project is an Angular application (formerly, now deprecated, `recommended-app`)
- `plugin:criteo/recommended-angular-lib` if the project is an Angular library (formerly, now deprecated, `recommended-lib`)
- `plugin:criteo/recommended-angular-app` if the project is an Angular application
- `plugin:criteo/recommended-angular-lib` if the project is an Angular library
- `plugin:criteo/recommended-react-app` if the project is a React application
- `plugin:criteo/recommended-react-lib` if the project is a React library
- `plugin:criteo/recommended` for general-purpose rules which are included in all the above recommended configs
- `plugin:criteo/recommended-angular-template` for Angular HTML templates (formerly, now deprecated, `recommended-template`)
- `plugin:criteo/recommended-angular-template` for Angular HTML templates

```json
{
Expand Down
8 changes: 0 additions & 8 deletions lib/configs/recommended-app.js

This file was deleted.

9 changes: 0 additions & 9 deletions lib/configs/recommended-lib.js

This file was deleted.

8 changes: 0 additions & 8 deletions lib/configs/recommended-template.js

This file was deleted.

0 comments on commit 8dfffd0

Please sign in to comment.