v14.0.0
EvgenyOrekhov
released this
05 Nov 10:44
·
1380 commits
to master
since this release
hardcore
Major changes
- Add
prefer-ternary
(autofixable) - Change
explicit-length-check
- changenon-zero
option togreater-than
(autofixable)
Other changes
- Add
prefer-math-trunc
(autofixable) - Add
numeric-separators-style
(autofixable) - Fix conflicts between
max-len
and Prettier
hardcore/ts-for-js
Major changes
- Ban UPPER_CASE in favor of camelCase (rationale: #156)
Other changes
- Allow
are
prefix for booleans