Skip to content

Commit

Permalink
fix(eslint-config): fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed Aug 6, 2024
1 parent 84e700a commit 7eb8b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
18 changes: 1 addition & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@babel/eslint-parser": "^7.13.14",
"@babel/plugin-transform-typescript": "^7.24.7",
"@pixas/babel-preset-app": "^0.12.0",
"@stylistic/eslint-plugin": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vue/babel-preset-app": "^5.0.8",
Expand All @@ -50,8 +51,5 @@
"eslint-plugin-vue": "^9.2.0",
"prettier": "^3.0.0",
"typescript": "^5.5.3"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.6.1"
}
}

0 comments on commit 7eb8b46

Please sign in to comment.