Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Mar 16, 2023
1 parent 3f4bb30 commit b06fb21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typings/@eslint-community/eslint-utils/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export * from "../../node_modules/@types/eslint-utils"
export * from "../../../node_modules/@types/eslint-utils"
import type { AST } from "astro-eslint-parser"
import type { Scope } from "eslint"
import type * as ESTree from "estree"
import type { TSESTree } from "@typescript-eslint/types"
import type { SourceCode } from "../../src/types"
import type { SourceCode } from "../../../src/types"
type Token = { type: string; value: string }
export function isArrowToken(token: Token): boolean
export function isCommaToken(token: Token): boolean
Expand Down

0 comments on commit b06fb21

Please sign in to comment.