Releases: ridays2001/eslint-config-tulip
Releases · ridays2001/eslint-config-tulip
v3.1.0
v3.0.0
- Added new modules for prettier:
prettierandprettier-ts. - Updated the overall style guide.
- Removed deprecated rules and updated with newer ones.
v2.1.0
- Enabled support for ES2021 syntax.
- Enabled
no-nonoctal-decimal-escaperule. - Enabled
no-unsafe-optional-chainingrule.
v2.0.2
- Improved solutions for
@typescript-eslint/ban-typesrule.
v2.0.1
- Added exceptions to the
capitalized-commentsrule to ignore comments that start withprettier(Code Formatter) or cSpell (Spell Checker). - Disabled
@typescript-eslint/naming-conventionrule that malfunctioned with built-in property names and library property names. - Fixed the instructions for adding the Typescript configuration.
v2.0.0
- Added support for Typescript projects.
v1.1.3
Fixed the quotes rule to disallow useless `template` strings.
v1.1.1
Sharable ESLint configuration.