Skip to content

Commit

Permalink
[lint] enable comma-dangle, which has been deprecated in eslint.
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Jan 22, 2024
1 parent f3b0784 commit 565dac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rules:
- "warn"
- "error"
no-constant-condition: 0
comma-dangle: 2
comma-dangle: 0
no-debugger: 2
no-dupe-keys: 2
no-empty-character-class: 2
Expand Down

0 comments on commit 565dac5

Please sign in to comment.