mirror of https://github.com/vuejs/core.git
chore(eslint): eslint ignore .gitignore (#9932)
This commit is contained in:
parent
1898addc01
commit
a41c5f1f43
|
@ -13,7 +13,7 @@
|
||||||
"size-esm-runtime": "node scripts/build.js vue -f esm-bundler-runtime",
|
"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",
|
"size-esm": "node scripts/build.js runtime-dom runtime-core reactivity shared -f esm-bundler",
|
||||||
"check": "tsc --incremental --noEmit",
|
"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": "prettier --write --cache .",
|
||||||
"format-check": "prettier --check --cache .",
|
"format-check": "prettier --check --cache .",
|
||||||
"test": "vitest",
|
"test": "vitest",
|
||||||
|
|
Loading…
Reference in New Issue