Skip to content

Commit

Permalink
With "plugin:jsdoc/recommended" plugin "jsdoc" is superfluous
Browse files Browse the repository at this point in the history
  • Loading branch information
KristjanESPERANTO committed Nov 19, 2023
1 parent dd368cc commit 52dd68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["eslint:recommended", "plugin:import/recommended", "plugin:prettier/recommended", "plugin:jsdoc/recommended"],
"plugins": ["jsdoc", "jest"],
"plugins": ["jest"],
"env": {
"browser": true,
"es2022": true,
Expand Down

0 comments on commit 52dd68c

Please sign in to comment.