fix: lint scripts
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"scripts": {
|
||||
"dev": "vuepress dev src",
|
||||
"build": "vuepress build src",
|
||||
"lint": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix ./dist"
|
||||
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@braks/vue-flow": "^0.4.2-3",
|
||||
|
||||
Reference in New Issue
Block a user