Skip to content

Commit 6e7cfe9

Browse files
authored
fix: remove redundant statements from no-restricted-syntax (#596)
1 parent 1d62059 commit 6e7cfe9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/configs/javascript.ts

-3
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ export async function javascript(
117117
],
118118
'no-restricted-syntax': [
119119
'error',
120-
'DebuggerStatement',
121-
'LabeledStatement',
122-
'WithStatement',
123120
'TSEnumDeclaration[const=true]',
124121
'TSExportAssignment',
125122
],

0 commit comments

Comments
 (0)