Skip to content

Commit

Permalink
Replace eslint-plugin-eslint-comments with @eslint-community/eslint-p…
Browse files Browse the repository at this point in the history
…lugin-eslint-comments
  • Loading branch information
munierujp committed Apr 7, 2024
1 parent 31007cb commit ca0c4ca
Show file tree
Hide file tree
Showing 4 changed files with 763 additions and 470 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Recommended ESLint Shareable Config for TypeScript
- [eslint-config-love](https://www.npmjs.com/package/eslint-config-love)
- [eslint-plugin-unicorn](https://www.npmjs.com/package/eslint-plugin-unicorn)
- [eslint-plugin-sonarjs](https://www.npmjs.com/package/eslint-plugin-sonarjs)
- [eslint-plugin-eslint-comments](https://www.npmjs.com/package/eslint-plugin-eslint-comments)
- [@eslint-community/eslint-plugin-eslint-comments](https://www.npmjs.com/package/@eslint-community/eslint-plugin-eslint-comments)
- [eslint-plugin-jsdoc](https://www.npmjs.com/package/eslint-plugin-jsdoc)
- [eslint-plugin-tsdoc](https://www.npmjs.com/package/eslint-plugin-tsdoc)

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config = {
extends: [
'plugin:unicorn/recommended',
'plugin:sonarjs/recommended',
'plugin:eslint-comments/recommended'
'plugin:@eslint-community/eslint-comments/recommended'
],
overrides: [
// https://github.com/mightyiam/eslint-config-love/tree/v44.0.0#example-config
Expand Down
Loading

0 comments on commit ca0c4ca

Please sign in to comment.