Skip to content

Commit b0e3e72

Browse files
committed
feat: add public folder to default ignore, close #453
1 parent 533fa40 commit b0e3e72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎packages/eslint-config/src/flat/configs/ignores.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default function ignores(): Linter.Config[] {
1010
'**/.output',
1111
'**/.vercel',
1212
'**/.netlify',
13+
'**/public',
1314
],
1415
},
1516
]

0 commit comments

Comments
 (0)