Skip to content

Commit 40de684

Browse files
committed
chore: enable eslint cache
1 parent 43bb617 commit 40de684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"check-types": "tsc --noEmit",
2323
"clean": "rimraf lib lib-esm",
2424
"demo": "vite --open",
25-
"eslint": "eslint src demo",
25+
"eslint": "eslint src demo --cache",
2626
"eslint-fix": "npm run eslint -- --fix",
2727
"prepack": "npm run tsc && npm run api-extractor",
2828
"prettier": "prettier --check src demo",

0 commit comments

Comments
 (0)