Skip to content

Commit 9826786

Browse files
committed
Fix biome ignore glob
1 parent 191e573 commit 9826786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = [
3232
name: 'Imported biome.json ignore patterns',
3333
ignores: biomeConfig.files.includes
3434
.filter(p => p.startsWith('!'))
35-
.map(convertIgnorePatternToMinimatch)
35+
.map(p => convertIgnorePatternToMinimatch(p.slice(1)))
3636
},
3737
{
3838
...js.configs.recommended,

0 commit comments

Comments
 (0)