Skip to content

Commit b6a8dc9

Browse files
committed
Update eslint; use latest DB eslint node config.
1 parent 951a879 commit b6a8dc9

File tree

3 files changed

+15
-29
lines changed

3 files changed

+15
-29
lines changed

.eslintrc.cjs

Lines changed: 0 additions & 25 deletions
This file was deleted.

eslint.config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright 2024 Digital Bazaar, Inc.
3+
*
4+
* SPDX-License-Identifier: LicenseRef-w3c-3-clause-bsd-license-2008 OR LicenseRef-w3c-test-suite-license-2023
5+
*/
6+
7+
import config from '@digitalbazaar/eslint-config/node-recommended';
8+
9+
export default [
10+
...config
11+
];

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
"vc-test-suite-implementations": "github:w3c/vc-test-suite-implementations"
5353
},
5454
"devDependencies": {
55+
"@digitalbazaar/eslint-config": "^6.0.0",
5556
"allure-commandline": "^2.30.0",
5657
"allure-mocha": "^3.0.3",
57-
"eslint": "^8.19.0",
58-
"eslint-config-digitalbazaar": "^4.0.1",
59-
"eslint-plugin-jsdoc": "^39.3.3",
60-
"eslint-plugin-unicorn": "^43.0.0"
58+
"eslint": "^9.34.0",
59+
"eslint-plugin-jsdoc": "^54.3.1",
60+
"eslint-plugin-unicorn": "^60.0.0"
6161
},
6262
"mocha": {
6363
"parallel": false,

0 commit comments

Comments
 (0)