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 Jul 3, 2024
1 parent fa3c5c4 commit 39cb5c2
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 @@ -13,7 +13,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 39cb5c2

Please sign in to comment.