Skip to content

Commit 48c7b55

Browse files
committed
Newline nit
1 parent d5dee37 commit 48c7b55

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ if (process.env.LINT_DIST) {
171171
biomeIgnores.ignores = biomeIgnores.ignores?.filter(isNotDistGlobPattern)
172172
gitIgnores.ignores = gitIgnores.ignores?.filter(isNotDistGlobPattern)
173173
}
174+
174175
if (process.env.LINT_EXTERNAL) {
175176
const isNotExternalGlobPattern = p => !/(?:^|[\\/])external/.test(p)
176177
biomeIgnores.ignores = biomeIgnores.ignores?.filter(isNotExternalGlobPattern)

0 commit comments

Comments
 (0)