Skip to content

Commit a41c5f1

Browse files
Alfred-Skyblueyyx990803
authored andcommitted
chore(eslint): eslint ignore .gitignore (#9932)
1 parent 1898add commit a41c5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"size-esm-runtime": "node scripts/build.js vue -f esm-bundler-runtime",
1414
"size-esm": "node scripts/build.js runtime-dom runtime-core reactivity shared -f esm-bundler",
1515
"check": "tsc --incremental --noEmit",
16-
"lint": "eslint --cache --ext .js,.ts,.tsx .",
16+
"lint": "eslint --cache --ext .js,.ts,.tsx . --ignore-path .gitignore",
1717
"format": "prettier --write --cache .",
1818
"format-check": "prettier --check --cache .",
1919
"test": "vitest",

0 commit comments

Comments
 (0)