Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 53f4c37

Browse filesBrowse files
authored
chore(typescript-estree): fix lint / CI (typescript-eslint#8188)
fix: lint
1 parent 684d626 commit 53f4c37
Copy full SHA for 53f4c37

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎packages/typescript-estree/src/ts-estree/ts-nodes.ts

Copy file name to clipboardExpand all lines: packages/typescript-estree/src/ts-estree/ts-nodes.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ export type TSNode =
2525
| ts.Identifier
2626
| ts.ImportAttribute
2727
| ts.ImportAttributes
28-
/* eslint-disable-next-line deprecation/deprecation, @typescript-eslint/no-duplicate-type-constituents -- intentional for old TS versions */
28+
/* eslint-disable-next-line deprecation/deprecation -- intentional for old TS versions */
2929
| ts.AssertClause
30-
/* eslint-disable-next-line deprecation/deprecation, @typescript-eslint/no-duplicate-type-constituents -- intentional for old TS versions */
30+
/* eslint-disable-next-line deprecation/deprecation -- intentional for old TS versions */
3131
| ts.AssertEntry
3232
| ts.PrivateIdentifier
3333
| ts.QualifiedName

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.