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
Dimava authored Aug 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -117,9 +117,6 @@ export async function javascript(
],
'no-restricted-syntax': [
'error',
'DebuggerStatement',
'LabeledStatement',
'WithStatement',
'TSEnumDeclaration[const=true]',
'TSExportAssignment',
],

0 comments on commit 6e7cfe9

Please sign in to comment.