Skip to content

Commit

Permalink
chore(eslint): eslint ignore .gitignore (#9932)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Skyblue authored and yyx990803 committed Dec 29, 2023
1 parent 1898add commit a41c5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a41c5f1

Please sign in to comment.