]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(eslint): eslint ignore .gitignore (#9932)
author丶远方 <yangpanteng@gmail.com>
Fri, 29 Dec 2023 04:42:37 +0000 (12:42 +0800)
committerEvan You <yyx990803@gmail.com>
Fri, 29 Dec 2023 04:46:02 +0000 (12:46 +0800)
package.json

index df6824e8c32899d2f68cc9cf7d33a102ad52c211..b50b1c58e2d1c768b3aa728a1ab4bd86f223bb56 100644 (file)
@@ -13,7 +13,7 @@
     "size-esm-runtime": "node scripts/build.js vue -f esm-bundler-runtime",
     "size-esm": "node scripts/build.js runtime-dom runtime-core reactivity shared -f esm-bundler",
     "check": "tsc --incremental --noEmit",
-    "lint": "eslint --cache --ext .js,.ts,.tsx .",
+    "lint": "eslint --cache --ext .js,.ts,.tsx . --ignore-path .gitignore",
     "format": "prettier --write --cache .",
     "format-check": "prettier --check --cache .",
     "test": "vitest",