Releases: visionappscz/eslint-config-visionapps
Releases · visionappscz/eslint-config-visionapps
Release list
v1.8.0
What changes:
- Update dependencies
- This includes update of
eslint-plugin-react-hooksfrom v4 to v7. Placeeslint-plugin-react-hooksintooverridesto prevent issues with resolving it. It is caused by outdatedeslint-config-airbnb.
- This includes update of
v1.7.0
What changes:
- Update dependencies
- Enable
curlyrule - Enable
brace-stylerule in1tbsvariant with disallowed single line option
v1.6.1
What changes:
* Force english localization for react/jsx-sort-props rule
v1.6.0
What changes:
- Update dependencies
- Enable strict rules
react/jsx-sort-propsandreact/function-component-definition - Disable
react/no-unstable-nested-components
v1.5.0
v1.4.0
What changes:
- Update dependencies
- Update rule set
v1.3.1
What changes:
- Fix accidentally removed parser options from configuration
v1.3.0
What changes:
- Update dependencies
- Remove all peer dependencies (user should install them according to Airbnb eslint config
- Overload
max-lenrule to allow 120 characters per line
v1.2.0
What changes:
- Update dependencies
- Increase ECMA version to 11
- Enable react-hooks plugin
- Customize rules
v1.1.2
What changes:
- Fix eslint-plugin-promise configuration