Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 835 Bytes

CHANGELOG.md

File metadata and controls

29 lines (19 loc) · 835 Bytes

Changelog

3.0.0 - 2024-06-29

  • Stops installing husky and lint-staged. You should install lefthook directly in your project.
  • Removes jest config as it was failing in projects without jest installed.
  • Upgrades all dependencies to the latest versions

2.5.2- 2024-03-22

  • Updates @quave/eslint-plugin-meteor-quave to 1.4.2

2.5.1 - 2024-01-27

  • Disables some rules:
    • react/jsx-filename-extension
    • react/no-danger

2.5.0 - 2024-01-09

1.0.7 - 2021-11-12

  • Adding new rules:
    • "function-paren-newline": "off"
    • "object-curly-newline": "off"
    • "jsx-a11y/no-noninteractive-element-interactions": "off"