Skip to content

Commit

Permalink
Update linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Aug 2, 2024
1 parent c63582d commit 1f2c8fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"schemas/**/*.js"
],
"scripts": {
"lint": "eslint ."
"lint": "eslint --ext .cjs,.js ."
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,10 +51,10 @@
"@bedrock/validation": "^7.0.0"
},
"devDependencies": {
"eslint": "^8.46.0",
"eslint-config-digitalbazaar": "^5.0.1",
"eslint-plugin-jsdoc": "^46.4.6",
"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"
},
"directories": {
"lib": "./lib"
Expand Down

0 comments on commit 1f2c8fc

Please sign in to comment.