Skip to content

Commit a118b9b

Browse files
committed
Update linting.
1 parent 66065d6 commit a118b9b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 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",
@@ -45,10 +45,10 @@
4545
"lib": "./lib"
4646
},
4747
"devDependencies": {
48-
"eslint": "^8.51.0",
49-
"eslint-config-digitalbazaar": "^5.0.1",
50-
"eslint-plugin-jsdoc": "^46.8.2",
51-
"eslint-plugin-unicorn": "^48.0.1"
48+
"eslint": "^8.57.0",
49+
"eslint-config-digitalbazaar": "^5.2.0",
50+
"eslint-plugin-jsdoc": "^48.11.0",
51+
"eslint-plugin-unicorn": "^55.0.0"
5252
},
5353
"engines": {
5454
"node": ">=18"

0 commit comments

Comments
 (0)