microsoft/tslint-microsoft-contrib

Odd whitespace characters in tslint-warnings.csv

JoshuaKGoldberg opened this issue · 1 comments

See conversation in #674.

Why there are no spaces after .? Like that `role`.Many, particular roles.Some , to `role='link'`.A reference.

Change above contain spaces (to many?). Probably requires build script update.

From the PR (#709):

  1. react-a11y-role-supports-aria-props was using string concatenation in the description, but didn't have trailing spaces at the end of each string.
  2. react-a11y-role was using a template literal with a new line and indentation in the middle.