Преглед изворни кода

chore(eslint): eslint ignore .gitignore (#9932)

丶远方 пре 2 година
родитељ
комит
a41c5f1f43
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -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",