Version 14.0.0
Major
- Enforce file extensions in import specifiers for non Next.js environments via the
node/file-extension-in-importrule, as they are now mandatory in Node.js. - Enabled the
react/jsx-boolean-valuerule. - Enabled the
react/jsx-curly-brace-presencerule. - Enabled the
react/jsx-fragmentsrule. - Enabled the
react/jsx-no-useless-fragmentrule. - Removed configuration to resolve
.mjs, as Node.js no longer does so.
Patch
- Updated the
eslintpeer dependency to6 - 7. - Updated the
eslint-plugin-jsdocpeer dependency to15.11 - 25. - Updated dependencies.
- Removed disabling the
require-atomic-updatesrule, as it is no longer part of theeslint:recommendedrule set. - Fixed a comment typo.
- Fixed a v13.0.6 changelog entry typo.