Skip to content

Releases: visionappscz/eslint-config-visionapps

v1.8.0

Choose a tag to compare

@bedrich-schindler bedrich-schindler released this 22 Apr 13:06

What changes:

  • Update dependencies
    • This includes update of eslint-plugin-react-hooks from v4 to v7. Place eslint-plugin-react-hooks into overrides to prevent issues with resolving it. It is caused by outdated eslint-config-airbnb.

v1.7.0

Choose a tag to compare

@bedrich-schindler bedrich-schindler released this 22 Nov 08:41

What changes:

  • Update dependencies
  • Enable curly rule
  • Enable brace-style rule in 1tbs variant with disallowed single line option

v1.6.1

Choose a tag to compare

@bedrich-schindler bedrich-schindler released this 31 Mar 10:30

What changes:

* Force english localization for react/jsx-sort-props rule

v1.6.0

Choose a tag to compare

@bedrich-schindler bedrich-schindler released this 24 Mar 08:08

What changes:

  • Update dependencies
  • Enable strict rules react/jsx-sort-props and react/function-component-definition
  • Disable react/no-unstable-nested-components

v1.5.0

Choose a tag to compare

@mbohal mbohal released this 09 Jun 13:07

What changes:

  • Redefine the jsx-a11y/label-has-associated-control rule to allow defining the label <-> control element link explicitly by id or implicitly by nesting

v1.4.0

Choose a tag to compare

@bedrich-schindler bedrich-schindler released this 21 Apr 13:35

What changes:

  • Update dependencies
  • Update rule set

v1.3.1

Choose a tag to compare

@bedrich-schindler bedrich-schindler released this 18 Sep 12:32

What changes:

  • Fix accidentally removed parser options from configuration

v1.3.0

Choose a tag to compare

@bedrich-schindler bedrich-schindler released this 18 Sep 07:42

What changes:

  • Update dependencies
  • Remove all peer dependencies (user should install them according to Airbnb eslint config
  • Overload max-len rule to allow 120 characters per line

v1.2.0

Choose a tag to compare

@bedrich-schindler bedrich-schindler released this 03 Mar 08:36

What changes:

  • Update dependencies
  • Increase ECMA version to 11
  • Enable react-hooks plugin
  • Customize rules

v1.1.2

Choose a tag to compare

@bedrich-schindler bedrich-schindler released this 13 Sep 14:04

What changes:

  • Fix eslint-plugin-promise configuration