Re-enable prettier
This commit is contained in:
parent
7267f4557a
commit
6606754aef
5 changed files with 12 additions and 14 deletions
|
|
@ -8,8 +8,8 @@
|
|||
"gv": "genversion src/version.js",
|
||||
"serve": "vite serve --mode development",
|
||||
"build": "vite build --mode production",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-pattern .gitignore --max-warnings=0",
|
||||
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-pattern .gitignore"
|
||||
"lint": "eslint . --ignore-pattern .gitignore --max-warnings=0",
|
||||
"lint:fix": "eslint . --fix --ignore-pattern .gitignore"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^14.1.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue