Skip to content

Commit fe2bf30

Browse files
authored
feat: add @eslint-community/eslint-plugin-eslint-comments (#17)
1 parent e7f8c2e commit fe2bf30

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

package-lock.json

+16-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"bugs": "https://github.com/capitnflam/eslint-plugin/issues",
1717
"dependencies": {
18+
"@eslint-community/eslint-plugin-eslint-comments": "4.1.0",
1819
"@typescript-eslint/eslint-plugin": "7.2.0",
1920
"@typescript-eslint/parser": "7.2.0",
2021
"eslint-config-prettier": "9.1.0",

src/configs/recommended.ts

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export const recommended: ESLintConfig = {
44
plugins: ['@flaminc', '@typescript-eslint'],
55
extends: [
66
'eslint:recommended',
7+
'plugin:@eslint-community/eslint-comments/recommended',
78
'plugin:@typescript-eslint/recommended-type-checked',
89
'plugin:@typescript-eslint/stylistic-type-checked',
910
'plugin:import/recommended',

0 commit comments

Comments
 (0)