Skip to content

Commit

Permalink
feat: Eslint Prettier update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
baboon-king committed Jan 30, 2024
1 parent 7c3cbc7 commit 6b89f19
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions template/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"eslint": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^9.0.0",
"prettier": "^2.5.1"
"@rushstack/eslint-patch": "^1.7.2",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.56.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-vue": "^9.20.1",
"prettier": "^3.2.4"
}
}

0 comments on commit 6b89f19

Please sign in to comment.