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 fdd4a0a commit 85dfa8fCopy full SHA for 85dfa8f
package.json
@@ -7,7 +7,7 @@
7
"prepublishOnly": "npm run build",
8
"test": "glob -c \"tsx --test\" \"./test/**/*.test.ts\"",
9
"coverage": "c8 -r html npm run test",
10
- "lint": "eslint src test",
+ "lint": "eslint .",
11
"lint:fix": "eslint . --fix"
12
},
13
"main": "./dist/index.js",
0 commit comments