forked from trent_larson/crowd-funder-for-time-pwa
fix linting
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"dev": "vite",
|
||||
"serve": "vite preview",
|
||||
"build": "vite build",
|
||||
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore --fix src"
|
||||
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore src",
|
||||
"lint-fix": "eslint --ext .js,.ts,.vue --ignore-path .gitignore --fix src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dicebear/collection": "^5.4.1",
|
||||
|
||||
Reference in New Issue
Block a user