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*.* _actual*.*
_output _output
/types /types
.eslintcache

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

Loading…
Cancel
Save