We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
public
1 parent 533fa40 commit b0e3e72Copy full SHA for b0e3e72
packages/eslint-config/src/flat/configs/ignores.ts
@@ -10,6 +10,7 @@ export default function ignores(): Linter.Config[] {
10
'**/.output',
11
'**/.vercel',
12
'**/.netlify',
13
+ '**/public',
14
],
15
},
16
]
0 commit comments