Skip to content

Commit

Permalink
fix: resolve eslint err
Browse files Browse the repository at this point in the history
  • Loading branch information
camera-2018 committed Jan 18, 2023
1 parent 3964ffa commit f6f4c85
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"typecheck": "tsc --noEmit --incremental false",
"lint:strict": "eslint --max-warnings=0 ."
},
"dependencies": {
"@nuxt/image": "^0.7.1",
"@nuxt/image-edge": "^1.0.0-27840416.dc1ed65",
"nuxt-umami": "^1.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.30.1",
"@commitlint/cli": "^17.4.2",
Expand All @@ -34,14 +39,9 @@
"vite": "^3.2.1",
"vue": "^3.2.45"
},
"dependencies": {
"@nuxt/image": "^0.7.1",
"@nuxt/image-edge": "^1.0.0-27840416.dc1ed65",
"nuxt-umami": "^1.2.0"
},
"lint-staged": {
"**/*.{js,ts,vue,html}": [
"eslint --max-warnings=0"
]
}
}
}

0 comments on commit f6f4c85

Please sign in to comment.