We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2424f0f commit acda673Copy full SHA for acda673
eslint.config.mjs
@@ -1,4 +1,4 @@
1
-// eslint.config.mjs
+// Import Third-party Dependencies
2
import { ESLintConfig } from "@openally/config.eslint";
3
4
export default [
package.json
@@ -6,7 +6,7 @@
6
"exports": "./index.js",
7
"scripts": {
8
"prepublishOnly": "pkg-ok",
9
- "test": "node --test test/",
+ "test": "node --test test/test.js",
10
"coverage": "c8 -r html npm test",
11
"lint": "eslint ."
12
},
@@ -35,7 +35,7 @@
35
"@topcli/wcwidth": "^1.0.1"
36
37
"devDependencies": {
38
- "@openally/config.eslint": "^2.0.0",
+ "@openally/config.eslint": "^2.2.0",
39
"c8": "^10.1.3",
40
"pkg-ok": "^3.0.0"
41
0 commit comments