Enable no-unexpected-multiline eslint rule (#3132)

This commit is contained in:
Alexandr Garbuzov 2023-08-23 11:02:17 +03:00 committed by GitHub
parent 988044a199
commit 25531b2f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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