Skip to content
This repository was archived by the owner on Jul 16, 2021. It is now read-only.

v2.0.0

Choose a tag to compare

@StorytellerCZ StorytellerCZ released this 08 Dec 16:07
· 5 commits to master since this release
7874ff3
  • Updated all dependencies which included new rules:
    • New turned off rules:
      • import/order
      • jsx-a11y/label-has-associated-control
      • react/jsx-curly-newline
      • react/state-in-constructor
      • react/static-property-placement
      • react/jsx-wrap-multilines
      • react/jsx-one-expression-per-line
      • react/button-has-type
    • New warning rules:
      • jsx-a11y/control-has-associated-label
      • react/no-deprecate
      • react-hooks/exhaustive-deps
      • react/jsx-props-no-spreading
      • react/destructuring-assignment
      • prefer-object-spread
      • no-else-return
      • import/no-cycle
  • Added eslint-plugin-no-only-tests
  • Bumped ecmascript version to 10