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

This commit is contained in:
Alexandr Garbuzov
2023-08-23 10:02:17 +02:00
committed by GitHub
parent 988044a199
commit 25531b2f52
+1 -1
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