chore: add eslintcache

pull/8069/head
Simon He 4 years ago
parent 91f8764145
commit ddcaae237b

1
.gitignore vendored

@ -21,3 +21,4 @@ node_modules
_actual*.*
_output
/types
.eslintcache

@ -96,7 +96,7 @@
"posttest": "agadoo internal/index.mjs",
"prepublishOnly": "node check_publish_env.js && npm run lint && npm run build && npm test",
"tsd": "node ./generate-type-definitions.js",
"lint": "eslint \"{src,test}/**/*.{ts,js}\""
"lint": "eslint \"{src,test}/**/*.{ts,js}\" --cache"
},
"repository": {
"type": "git",

Loading…
Cancel
Save