Skip to content

Commit b6920bc

Browse files
committedJan 21, 2021
Restrict to older eslint rules.
- Restricted to older version to avoid needing a newer eslint. - This will be updated once older Node.js support is dropped and a newer eslint can be used.
1 parent 69f7d85 commit b6920bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"cors": "^2.7.1",
5757
"cross-env": "^5.2.0",
5858
"eslint": "^6.8.0",
59-
"eslint-config-digitalbazaar": "^2.3.0",
59+
"eslint-config-digitalbazaar": "2.5.x",
6060
"express": "^4.16.4",
6161
"fs-extra": "^8.1.0",
6262
"join-path-js": "0.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.