Skip to content

Commit 1de2ce6

Browse files
committed
Update linting.
1 parent 5867666 commit 1de2ce6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"schemas/**/*.js"
1010
],
1111
"scripts": {
12-
"lint": "eslint ."
12+
"lint": "eslint --ext .cjs,.js ."
1313
},
1414
"repository": {
1515
"type": "git",
@@ -55,11 +55,10 @@
5555
"lib": "./lib"
5656
},
5757
"devDependencies": {
58-
"eslint": "^8.18.0",
59-
"eslint-config-digitalbazaar": "^5.0.1",
60-
"eslint-plugin-jsdoc": "^48.0.2",
61-
"eslint-plugin-unicorn": "^52.0.0",
62-
"jsdoc-to-markdown": "^8.0.0"
58+
"eslint": "^8.57.0",
59+
"eslint-config-digitalbazaar": "^5.2.0",
60+
"eslint-plugin-jsdoc": "^48.11.0",
61+
"eslint-plugin-unicorn": "^55.0.0"
6362
},
6463
"engines": {
6564
"node": ">=18"

0 commit comments

Comments
 (0)