Skip to content

Commit 7c2f3ae

Browse files
committed
fix: ignore lint
1 parent 3826654 commit 7c2f3ae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

eslint.config.mjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ export default createConfigForNuxt({
1313
src: [
1414
'./playground',
1515
],
16+
1617
},
18+
1719
})
1820
.append(
19-
// your custom flat config here...
21+
{
22+
ignores: ['src/runtime/utils/**/*'],
23+
},
2024
)

0 commit comments

Comments
 (0)