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

This commit is contained in:
丶远方 2023-12-29 12:42:37 +08:00 committed by Evan You
parent 1898addc01
commit a41c5f1f43
1 changed files with 1 additions and 1 deletions

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