Skip to content

v4.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 16:10
· 15 commits to master since this release

4.5.0 (2023-03-25)

Features

  • deps: adopt eslint-plugin-simple-import-sort (532a305), closes #744
  • deps: adopt eslint-plugin-tailwindcss (1f8fcd4)
  • deps: update deps. bump req. node version to 18.12 (LTS) (080eb44)
  • disable import/sort

  • disable @typescript-eslint/consistent-type-imports for tests

  • self lint & autofix

  • closes #744

  • deprecate react/jsx-sort-default-props

  • use react/sort-default-props (off)

  • add react-no-object-type-as-default-prop (error)

  • add jsx-a11y/prefer-tag-over-role (error)

  • add jsx-a11y/no-aria-hidden-on-focusable (error)

  • add import/consistent-type-specifier-style (warn, autofixable)

  • add import/no-empty-named-blocks (warn, autofixable)

  • enable @typescript-eslint-prefer-nullish-coalescing only if compilerOptions.strictNullChecks is active