We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5dee37 commit 48c7b55Copy full SHA for 48c7b55
1 file changed
eslint.config.js
@@ -171,6 +171,7 @@ if (process.env.LINT_DIST) {
171
biomeIgnores.ignores = biomeIgnores.ignores?.filter(isNotDistGlobPattern)
172
gitIgnores.ignores = gitIgnores.ignores?.filter(isNotDistGlobPattern)
173
}
174
+
175
if (process.env.LINT_EXTERNAL) {
176
const isNotExternalGlobPattern = p => !/(?:^|[\\/])external/.test(p)
177
biomeIgnores.ignores = biomeIgnores.ignores?.filter(isNotExternalGlobPattern)
0 commit comments