Releases: totallymoney/eslint-plugin-prefer-smart-quotes
Releases · totallymoney/eslint-plugin-prefer-smart-quotes
v2.0.0
2.0.0 (2021-11-14)
Features
- add better naming for entity references (5717c81)
BREAKING CHANGES
- The entity references have changed
to be more descriptive. Alphanumeric
is now named
and
unicode
is now numeric
as these actually reflect the
name of the references.
v1.0.5
1.0.5 (2021-07-30)
Bug Fixes
- dont replace incorrectly for single quotes (b38aa07)
1.0.4
Fixes
- Fix docs and tests to match prefer rule