diff --git a/packages/eslint-config-vue/package.json b/packages/eslint-config-vue/package.json index 0a23d69..e57d804 100644 --- a/packages/eslint-config-vue/package.json +++ b/packages/eslint-config-vue/package.json @@ -28,6 +28,7 @@ "@typescript-eslint/parser": "^6.4.0", "eslint": "^8.47.0", "eslint-plugin-import": "^2.28.0", + "eslint-config-prettier": "^9.0.0", "eslint-plugin-vue": "^9.17.0", "vue-eslint-parser": "^9.3.1" }, diff --git a/yarn.lock b/yarn.lock index d680a0c..046caff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2922,6 +2922,11 @@ eslint-config-prettier@^8.3.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a" integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew== +eslint-config-prettier@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f" + integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw== + eslint-import-resolver-node@^0.3.7: version "0.3.9" resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac"