We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483a61a commit d3392b5Copy full SHA for d3392b5
1 file changed
tools/eslint-to-code-pushup.mjs
@@ -32,7 +32,7 @@ for (let i = 0; i < projects.length; i++) {
32
const options = project.targets.lint.options;
33
34
const eslintrc = options.eslintConfig ?? `${project.root}/.eslintrc.json`;
35
- const patterns = options.lintFilePatterns;
+ const patterns = options.lintFilePatterns ?? project.root;
36
37
console.info(
38
`Processing Nx ${project.projectType ?? 'project'} "${project.name}" (${
0 commit comments