Skip to content

Commit

Permalink
feat(eslint-configs): drop eslint-plugin-jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Killusions committed Jan 29, 2025
1 parent 64f2f7b commit ce0088e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 139 deletions.
2 changes: 0 additions & 2 deletions eslint-config-angular/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import eslintJs from '@eslint/js';
import typescriptEslint from 'typescript-eslint';
import angularEslint from 'angular-eslint';
import jsdocPlugin from 'eslint-plugin-jsdoc';
import perfectionist from 'eslint-plugin-perfectionist';
import preferArrowPlugin from 'eslint-plugin-prefer-arrow';

Expand All @@ -18,7 +17,6 @@ export const configBase = typescriptEslint.config({
...angularEslint.configs.tsRecommended
],
plugins: {
'jsdoc': jsdocPlugin,
'prefer-arrow': preferArrowPlugin,
perfectionist
},
Expand Down
1 change: 0 additions & 1 deletion eslint-config-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"@eslint/js": "^9.9.1",
"angular-eslint": "^18.1.0 || ^19.0.0",
"eslint": "^9.9.1",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-perfectionist": "^4.6.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"typescript-eslint": "^8.0.0"
Expand Down
2 changes: 0 additions & 2 deletions eslint-config-typescript/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*/
import eslintJs from '@eslint/js';
import typescriptEslint from 'typescript-eslint';
import jsdocPlugin from 'eslint-plugin-jsdoc';
import perfectionist from 'eslint-plugin-perfectionist';
import preferArrowPlugin from 'eslint-plugin-prefer-arrow';

Expand All @@ -13,7 +12,6 @@ import preferArrowPlugin from 'eslint-plugin-prefer-arrow';
export const configBase = typescriptEslint.config({
extends: [eslintJs.configs.recommended, ...typescriptEslint.configs.recommended],
plugins: {
'jsdoc': jsdocPlugin,
'prefer-arrow': preferArrowPlugin,
perfectionist
},
Expand Down
1 change: 0 additions & 1 deletion eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"peerDependencies": {
"@eslint/js": "^9.9.1",
"eslint": "^9.9.1",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-perfectionist": "^4.6.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"typescript-eslint": "^8.0.0"
Expand Down
134 changes: 2 additions & 132 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"cpy-cli": "^5.0.0",
"eslint": "9.9.1",
"eslint-plugin-headers": "^1.1.2",
"eslint-plugin-jsdoc": "50.2.2",
"eslint-plugin-perfectionist": "^4.6.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-tsdoc": "^0.3.0",
Expand Down

0 comments on commit ce0088e

Please sign in to comment.