Skip to content

Commit

Permalink
fix import build error
Browse files Browse the repository at this point in the history
  • Loading branch information
bsokol-wl committed May 6, 2024
1 parent b6a5e1d commit c44f94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/lib/utils/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Linter } from "eslint";
import Globals from "Globals";
import Globals from "globals";

export function withGlobals(configs: Linter.FlatConfig[], globals: Array<keyof typeof Globals>): Linter.FlatConfig[] {
return configs.map(conf => ({
Expand Down

0 comments on commit c44f94a

Please sign in to comment.