Skip to content

Commit a8928a3

Browse files
committed
chore: lint fix
1 parent d8ab3f4 commit a8928a3

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

eslint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ export default createConfigForNuxt({
1111
'./playground',
1212
],
1313
},
14+
}).overrideRules({
15+
'@typescript-eslint/no-empty-object-type': 'off',
1416
})

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,11 @@
4949
"@nuxt/test-utils": "^3.14.0",
5050
"@nuxt/ui": "^2.18.4",
5151
"@nuxt/ui-pro": "^1.4.1",
52-
"@types/node": "^22.2.0",
5352
"changelogen": "^0.5.5",
5453
"eslint": "^9.9.0",
5554
"nuxt": "^3.12.4",
5655
"typescript": "^5.5.4",
5756
"vitest": "^2.0.5",
5857
"vue-tsc": "^2.0.29"
5958
}
60-
}
59+
}

pnpm-lock.yaml

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)