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 500a0df commit 62a4357Copy full SHA for 62a4357
.gitignore
@@ -91,4 +91,5 @@ tests/cases/user/create-react-app/create-react-app
91
tests/cases/user/webpack/webpack
92
tests/cases/user/puppeteer/puppeteer
93
tests/cases/user/axios-src/axios-src
94
-tests/cases/user/prettier/prettier
+tests/cases/user/prettier/prettier
95
+.eslintcache
Gulpfile.js
@@ -341,6 +341,8 @@ const eslint = (folder) => async () => {
341
342
const args = [
343
"node_modules/eslint/bin/eslint",
344
+ "--cache",
345
+ "--cache-location", `${folder}/.eslintcache`,
346
"--format", "autolinkable-stylish",
347
"--rulesdir", "scripts/eslint/built/rules",
348
"--ext", ".ts",
0 commit comments