Skip to content

Commit

Permalink
.eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kolirt committed Nov 28, 2023
1 parent afd4f7e commit 3e7dcee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
examples
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dev-demo": "vite serve -c vite.demo.config.ts",
"build-demo": "vite build -c vite.demo.config.ts",
"preview-demo": "vite preview -c vite.demo.config.ts",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore --ignore-path .eslintignore",
"format": "prettier --write src/ --write lib/ --write examples/vue-cli-service/src --write examples/vite/src"
},
"pre-commit": [
Expand Down

0 comments on commit 3e7dcee

Please sign in to comment.