fix: add missing dependencies in package.json (#7709)

Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
This commit is contained in:
Arsène Reymond
2026-05-31 16:25:00 +02:00
committed by GitHub
parent b5987f5a46
commit 0af9633193
3 changed files with 43 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ export default withNuxt({
"@stylistic/no-tabs": ["error"],
"@stylistic/no-mixed-spaces-and-tabs": ["error", "smart-tabs"],
"@typescript-eslint/no-explicit-any": "off",
"import/no-extraneous-dependencies": ["error"],
"vue/first-attribute-linebreak": "error",
"vue/html-closing-bracket-newline": "error",
"vue/max-attributes-per-line": [