Skip to content

Commit

Permalink
fix(linter): Correctly collect lintable files for project in @nx/esli…
Browse files Browse the repository at this point in the history
…nt plugin
  • Loading branch information
gunter1020 committed Jun 25, 2024
1 parent 8872ca5 commit ed7581a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint/src/plugins/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from '@nx/devkit';
import { calculateHashForCreateNodes } from '@nx/devkit/src/utils/calculate-hash-for-create-nodes';
import { existsSync } from 'node:fs';
import { basename, dirname, join, normalize, sep } from 'node:path';
import { basename, dirname, join, normalize, sep } from 'node:path/posix';
import { hashObject } from 'nx/src/hasher/file-hasher';
import { workspaceDataDirectory } from 'nx/src/utils/cache-directory';
import { combineGlobPatterns } from 'nx/src/utils/globs';
Expand Down

0 comments on commit ed7581a

Please sign in to comment.