Skip to content

Commit

Permalink
Update packages/typescript-estree/src/parseSettings/createParseSettin…
Browse files Browse the repository at this point in the history
…gs.ts

Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
  • Loading branch information
JoshuaKGoldberg and bradzacher committed Oct 25, 2022
1 parent dccb222 commit 7b4f8d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import type { MutableParseSettings } from './index';
import { warnAboutTSVersion } from './warnAboutTSVersion';

const log = debug(
'typescript-eslint:typescript-estree:parser:parseSettings/createParseSettings',
'typescript-eslint:typescript-estree:parser:parseSettings:createParseSettings',
);

export function createParseSettings(
Expand Down

0 comments on commit 7b4f8d8

Please sign in to comment.