Skip to content

Commit 084db0e

Browse files
committed
chore: eslint ignore path
1 parent bfd3a4c commit 084db0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default withNuxt()
2222
"app/components/_i18n",
2323
"server/db/drizzle",
2424
"server/peatix-api/schema.d.ts",
25-
"server/i18n/types.ts",
25+
"server/i18n/generated",
2626
],
2727
})
2828
.append({

0 commit comments

Comments
 (0)