Skip to content

Commit

Permalink
Merge pull request #1578 from skaut/eslint-community-eslint-plugin-es…
Browse files Browse the repository at this point in the history
…lint-comments

Switched to @eslint-community/eslint-plugin-eslint-comments
  • Loading branch information
marekdedic authored Aug 19, 2024
2 parents 2e59593 + 0ea1536 commit c5a3e73
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 72 deletions.
6 changes: 3 additions & 3 deletions packages/collector/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"extends": [
"eslint:recommended",
"plugin:eslint-comments/recommended",
"plugin:@eslint-community/eslint-comments/recommended",
"plugin:@typescript-eslint/strict-type-checked",
"plugin:@typescript-eslint/stylistic-type-checked",
"plugin:prettier/recommended"
Expand All @@ -26,8 +26,8 @@
"no-warning-comments": "warn",
"strict": ["error", "never"],
"deprecation/deprecation": "warn",
"eslint-comments/no-unused-disable": "error",
"eslint-comments/require-description": "error",
"@eslint-community/eslint-comments/no-unused-disable": "error",
"@eslint-community/eslint-comments/require-description": "error",
"prefer-arrow-functions/prefer-arrow-functions": [
"error",
{
Expand Down
57 changes: 28 additions & 29 deletions packages/collector/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
},
"type": "module",
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^3.2.0",
"@types/jest": "^29.5.12",
"@types/node": "^22.2.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-prefer-arrow-functions": "^3.3.2",
"eslint-plugin-prettier": "^5.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/frontend/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"extends": [
"eslint:recommended",
"plugin:eslint-comments/recommended",
"plugin:@eslint-community/eslint-comments/recommended",
"plugin:@typescript-eslint/strict-type-checked",
"plugin:@typescript-eslint/stylistic-type-checked",
"plugin:react/recommended",
Expand All @@ -31,8 +31,8 @@
"strict": ["error", "never"],
"compat/compat": "warn",
"deprecation/deprecation": "warn",
"eslint-comments/no-unused-disable": "error",
"eslint-comments/require-description": [
"@eslint-community/eslint-comments/no-unused-disable": "error",
"@eslint-community/eslint-comments/require-description": [
"error",
{
"ignore": ["eslint-env"]
Expand Down
63 changes: 28 additions & 35 deletions packages/frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
},
"devDependencies": {
"@emotion/jest": "^11.13.0",
"@eslint-community/eslint-plugin-eslint-comments": "^3.2.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
Expand All @@ -53,7 +54,6 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-compat": "^6.0.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-prefer-arrow-functions": "^3.3.2",
"eslint-plugin-prettier": "^5.2.1",
Expand Down

0 comments on commit c5a3e73

Please sign in to comment.