Support shortenToSingleLine
extension option like eslint does
#8672
Labels
shortenToSingleLine
extension option like eslint does
#8672
on some rules like
promise/prefer-await-to-then
, the warnings/errors span several lines and worsen the reading experiencehaving an option like eslint's
eslint.problems.shortenToSingleLine
would be helpfuleslint src reference:
https://github.com/microsoft/vscode-eslint/blob/695e7cacfa7e5bdcdbcd855f569798609f865f58/server/src/eslint.ts#L613
The text was updated successfully, but these errors were encountered: