- Stops installing
husky
andlint-staged
. You should installlefthook
directly in your project. - Removes jest config as it was failing in projects without jest installed.
- Upgrades all dependencies to the latest versions
- Updates
@quave/eslint-plugin-meteor-quave
to 1.4.2
- Disables some rules:
- react/jsx-filename-extension
- react/no-danger
- Modernize all dependencies
- Include new plugin for Meteor 3
- Adding new rules:
- "function-paren-newline": "off"
- "object-curly-newline": "off"
- "jsx-a11y/no-noninteractive-element-interactions": "off"