Skip to content

Commit dbe759f

Browse files
committed
chore: add bin directory to ESLint ignore patterns
1 parent fa9925a commit dbe759f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default antfu({
99
'**/vite.config.ts.timestamp*',
1010
'**/.pnpm-store/*',
1111
'**/locales/**.json',
12+
'**/bin/**',
1213
],
1314
}, {
1415
files: ['playground/mock/**/*.ts'],

0 commit comments

Comments
 (0)