Skip to content

Commit

Permalink
Enable no-unexpected-multiline eslint rule (#3132)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 authored Aug 23, 2023
1 parent 988044a commit 25531b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// Possible Errors (overrides from recommended set)

// "no-extra-parens": "error",
// "no-unexpected-multiline": "error",
"no-unexpected-multiline": "error",

// All JSDoc comments must be valid

Expand Down

0 comments on commit 25531b2

Please sign in to comment.