Skip to content

Commit acda673

Browse files
committed
fix: make test & lint great again
1 parent 2424f0f commit acda673

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// eslint.config.mjs
1+
// Import Third-party Dependencies
22
import { ESLintConfig } from "@openally/config.eslint";
33

44
export default [

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"exports": "./index.js",
77
"scripts": {
88
"prepublishOnly": "pkg-ok",
9-
"test": "node --test test/",
9+
"test": "node --test test/test.js",
1010
"coverage": "c8 -r html npm test",
1111
"lint": "eslint ."
1212
},
@@ -35,7 +35,7 @@
3535
"@topcli/wcwidth": "^1.0.1"
3636
},
3737
"devDependencies": {
38-
"@openally/config.eslint": "^2.0.0",
38+
"@openally/config.eslint": "^2.2.0",
3939
"c8": "^10.1.3",
4040
"pkg-ok": "^3.0.0"
4141
},

0 commit comments

Comments
 (0)