File tree Expand file tree Collapse file tree 3 files changed +15
-29
lines changed Expand file tree Collapse file tree 3 files changed +15
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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+ ] ;
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments