Bruno Predot

ajout lint exception.

... ... @@ -9,6 +9,8 @@ const TsConfigRecommended = ts.configs.recommended;
export default withNuxt(
// Your custom configs here
js.configs.recommended,
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
...TsConfigRecommended,
...eslintPluginVue.configs["flat/recommended"],
{
... ...