Skip to content

Commit

Permalink
fix: remove redundant statements from no-restricted-syntax (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimava authored Aug 27, 2024
1 parent 1d62059 commit 6e7cfe9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/configs/javascript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ export async function javascript(
],
'no-restricted-syntax': [
'error',
'DebuggerStatement',
'LabeledStatement',
'WithStatement',
'TSEnumDeclaration[const=true]',
'TSExportAssignment',
],
Expand Down

0 comments on commit 6e7cfe9

Please sign in to comment.