13.0.0
·
341 commits
to master
since this release
- Added(breaking changes):
class-methods-use-thisrule. - Added(breaking changes):
maxtoid-lengthrule. - Added:
experimentalObjectRestSpreadoption toparserOptionsinesnextbundle. - Changed:
ignoreChainWithDepthto4innewline-per-chained-callrule. - Changed:
caseSensitivetofalseinsort-keysrule. - Changed:
requireStringLiteralstotrueinvalid-typeofrule. - Changed:
allowAfterSupertotrueinno-underscore-danglerule. - Changed:
propstotrueinno-self-assignrule. - Changed:
object-curly-spacingnow isalways. - Changed:
orderinreact/sort-comprule, addtype-annotations. - Changed:
no-func-assignnow accountsfunctionsandvars. - Changed:
no-restricted-globalsnow is turned off. - Changed:
padded-blocksnow accountsswitches. - Changed:
arrow-parensnow accountsblockbody parens. - Changed:
generator-star-spacingnow require no space before and space after*. - Changed:
allowParenstotrueinno-confusing-arrowrule. - Changed:
ignoreConstructorstofalseinobject-shorthandrule. - Changed:
import/ignorepatterns insettingsforimportplugin. - Changed:
allowAfterThisandallowAfterSupertofalseinno-underscore-danglerule. - Changed: update all
depsto right version. - Chore: add
react/no-unused-prop-typesrule for tracking. - Chore: move
comma-dangletostylistic-issues. - Chore: remove default unused parameters in some rules(package size reduction).