@cryptotaxi247 / CoPilot / commits / 530a4e22

precommit fixes

Taylor committed Jun 18, 2024 at 09:36 UTC 530a4e227da79be129b30fbd8446fbf0a32b8a81
1 file changed +8
.pre-commit-config.yaml
+8
@@ -56,3 +56,11 @@ repos:
56 - id: eslint
57 files: \.([cjt]sx?|[cm]ts|[cm]js|cvue)$ # *.js, *.jsx, *.ts, *.tsx and *.vue
58 args: ["--config", "frontend/eslint.config.js"]
59 + additional_dependencies:
60 + - "@rushstack/eslint-patch@1.10.3"
61 + - eslint@9.5.0
62 + - "@vue/eslint-config-prettier@9.0.0"
63 + - "@vue/eslint-config-typescript@13.0.0"
64 + - eslint-plugin-cypress@3.3.0
65 + - eslint-plugin-vue@9.26.0
66 + - globals@15.6.0