Skip to content

Commit 99120bd

Browse files
committed
Update eslint dependencies.
- Use `@digitalbazaar/eslint-config@7`. - Remove unneeded peer deps. - Add `globals`.
1 parent 4ac8a3d commit 99120bd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@
2323
"@11ty/eleventy": "^3.1.2",
2424
"@11ty/eleventy-fetch": "^5.1.0",
2525
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
26-
"@digitalbazaar/eslint-config": "^6.2.0",
26+
"@digitalbazaar/eslint-config": "^7.0.0",
2727
"@kevingimbel/eleventy-plugin-mermaid": "^3.0.0",
28-
"eslint": "^9.36.0",
29-
"eslint-plugin-jsdoc": "^60.1.1",
30-
"eslint-plugin-unicorn": "^61.0.2",
28+
"eslint": "^9.38.0",
29+
"globals": "^16.4.0",
3130
"pagefind": "^1.3.0"
3231
},
3332
"dependencies": {

0 commit comments

Comments
 (0)