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 c47536e commit 2505a4aCopy full SHA for 2505a4a
.lintstagedrc
@@ -1,4 +1,3 @@
1
{
2
- "lib/**/*.ts": "eslint --fix",
3
- "ava.config.cjs": "eslint --fix"
+ "src/**/*.ts": "eslint --fix"
4
}
package.json
@@ -22,7 +22,7 @@
22
"exports": "./lib/esm/index.js",
23
"types": "./@type/index.d.ts",
24
"scripts": {
25
- "eslint": "eslint lib/**/*.ts",
+ "eslint": "eslint src/**/*.ts",
26
"staged": "lint-staged",
27
"coverage": "c8 npm test",
28
"ci": "c8 npm test && c8 report --reporter=json",
0 commit comments