Skip to content

Commit e8f4d0f

Browse files
authored
chore: fix ts compilation with tsutils import (#242)
1 parent d229c84 commit e8f4d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/jsxCurlyBracePresenceRule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
import * as Lint from "tslint";
19-
import { isJsxAttribute, isJsxExpression, isStringLiteral, isTextualLiteral } from "tsutils";
19+
import { isJsxAttribute, isJsxExpression, isStringLiteral, isTextualLiteral } from "tsutils/typeguard/3.0";
2020
import * as ts from "typescript";
2121

2222
const OPTION_ALWAYS = "always";

0 commit comments

Comments
 (0)