Skip to content

v0.5.1

Compare
Choose a tag to compare
@aMarCruz aMarCruz released this 28 Apr 15:43
· 6 commits to main since this release

[0.5.1] - unreleased

Added

  • .editorconfig file.

Changed

  • Remove warnOnUnsupportedTypeScriptVersion to allow TypeScript version check.
  • Include "PascalCase" format for functions and methods in @typescript-eslint/naming-convention to allow Functional Components in react and preact.

Fixed

  • Move ecmaVersion and ecmaFeatures to the parserOptions block, the correct one.
  • Fix lint errors and tests.