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 e86c0c6 commit e44762aCopy full SHA for e44762a
.gitignore
@@ -21,3 +21,4 @@ node_modules
21
_actual*.*
22
_output
23
/types
24
+.eslintcache
package.json
@@ -96,7 +96,7 @@
96
"posttest": "agadoo internal/index.mjs",
97
"prepublishOnly": "node check_publish_env.js && npm run lint && npm run build && npm test",
98
"tsd": "node ./generate-type-definitions.js",
99
- "lint": "eslint \"{src,test}/**/*.{ts,js}\""
+ "lint": "eslint \"{src,test}/**/*.{ts,js}\" --cache"
100
},
101
"repository": {
102
"type": "git",
0 commit comments