Skip to content

Commit b0e3e72

Browse files
committedJul 27, 2024··
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

+1
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)
Please sign in to comment.