v16.0.0
EvgenyOrekhov
released this
16 Feb 10:16
·
1251 commits
to master
since this release
Major changes
- Add HTML ESLint
- Add linting of
*.html
files with Prettier - Add
unicorn/consistent-destructuring
- Enable
enforceForJSX
option forno-unused-expressions
- Move
init-declarations
fromhardcore/fp
tohardcore
@putout/plugin-remove-boolean-from-logical-expression
was updated to warn about=== true
and=== false
in logical expressions
Other changes
- Add
unicorn/no-new-array
- Add
unicorn/prefer-array-index-of
- Add
unicorn/prefer-regexp-test
- Add
unicorn/no-array-push-push
- Add
unicorn/no-this-assignment
- Add Putout's
regexp/remove-useless-group
- Add Putout's
regexp/remove-useless-regexp