Skip to content

Commit e44762a

Browse files
authored
1 parent e86c0c6 commit e44762a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ node_modules
2121
_actual*.*
2222
_output
2323
/types
24+
.eslintcache

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"posttest": "agadoo internal/index.mjs",
9797
"prepublishOnly": "node check_publish_env.js && npm run lint && npm run build && npm test",
9898
"tsd": "node ./generate-type-definitions.js",
99-
"lint": "eslint \"{src,test}/**/*.{ts,js}\""
99+
"lint": "eslint \"{src,test}/**/*.{ts,js}\" --cache"
100100
},
101101
"repository": {
102102
"type": "git",

0 commit comments

Comments
 (0)