Skip to content

Commit

Permalink
feat: add @eslint-community/eslint-plugin-eslint-comments (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
capitnflam committed Mar 16, 2024
1 parent e7f8c2e commit fe2bf30
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
17 changes: 16 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"bugs": "https://github.com/capitnflam/eslint-plugin/issues",
"dependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "4.1.0",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"eslint-config-prettier": "9.1.0",
Expand Down
1 change: 1 addition & 0 deletions src/configs/recommended.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const recommended: ESLintConfig = {
plugins: ['@flaminc', '@typescript-eslint'],
extends: [
'eslint:recommended',
'plugin:@eslint-community/eslint-comments/recommended',
'plugin:@typescript-eslint/recommended-type-checked',
'plugin:@typescript-eslint/stylistic-type-checked',
'plugin:import/recommended',
Expand Down

0 comments on commit fe2bf30

Please sign in to comment.