Skip to content

Commit 7f9fffb

Browse files
committed
chore: cleanup eslint config file
1 parent 32965d5 commit 7f9fffb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

eslint.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ export default createConfigForNuxt({
1515
],
1616
},
1717
})
18-
.append([{
19-
ignores: ['server-utils.d.ts'],
20-
}],
18+
.append(
2119
// your custom flat config here...
2220
)

0 commit comments

Comments
 (0)