Skip to content

Commit d8f3291

Browse files
committed
refactor: fix tests 3
1 parent 01cce2e commit d8f3291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/src/eslint-concurrency-target/eslint-concurrency-target.plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { existsSync } from 'node:fs';
22
import { dirname, relative } from 'node:path';
33

44
const createNodesV2 = [
5-
'packages/*/project.json',
5+
'*/project.json',
66
async (projectConfigurationFiles, opts = {}, context) => {
77
const { targetName = 'lint-multi', maxWarnings = 0, cache = true } = opts;
88

0 commit comments

Comments
 (0)