We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66065d6 commit a118b9bCopy full SHA for a118b9b
package.json
@@ -9,7 +9,7 @@
9
"schemas/**/*.js"
10
],
11
"scripts": {
12
- "lint": "eslint ."
+ "lint": "eslint --ext .cjs,.js ."
13
},
14
"repository": {
15
"type": "git",
@@ -45,10 +45,10 @@
45
"lib": "./lib"
46
47
"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"
+ "eslint": "^8.57.0",
+ "eslint-config-digitalbazaar": "^5.2.0",
+ "eslint-plugin-jsdoc": "^48.11.0",
+ "eslint-plugin-unicorn": "^55.0.0"
52
53
"engines": {
54
"node": ">=18"
0 commit comments