Releases: ridays2001/eslint-config-tulip
Releases · ridays2001/eslint-config-tulip
v3.1.0
v3.0.0
- Added new modules for prettier:
prettier
andprettier-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-escape
rule. - Enabled
no-unsafe-optional-chaining
rule.
v2.0.2
- Improved solutions for
@typescript-eslint/ban-types
rule.
v2.0.1
- Added exceptions to the
capitalized-comments
rule to ignore comments that start withprettier
(Code Formatter) or cSpell (Spell Checker). - Disabled
@typescript-eslint/naming-convention
rule 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.