Made lint and format use gitignore
This commit is contained in:
parent
c6ff9e6298
commit
42824f6323
@ -8,9 +8,9 @@
|
|||||||
"serve": "vite serve",
|
"serve": "vite serve",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"watch": "vite build --watch",
|
"watch": "vite build --watch",
|
||||||
"lint": "eslint --ext .vue,.js src/",
|
"lint": "eslint --ext .vue,.js --ignore-path .gitignore src/",
|
||||||
"lint:fix": "eslint --ext .vue,.js src/ --fix",
|
"lint:fix": "eslint --ext .vue,.js --ignore-path .gitignore --fix src/",
|
||||||
"format": "prettier --write ."
|
"format": "prettier --write --ignore-path .gitignore ."
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ace-builds": "^1.23.4",
|
"ace-builds": "^1.23.4",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user