Releases: firefoxic/eslint-config
Releases · firefoxic/eslint-config
Release v5.0.0
Changed
- The config is now required
eslintversion9.15or higher andnode.jsversion20.13or higher except version21. - Import sorting has been removed. Use editor customization instead (available in vscode and zed).
Release v4.0.0
Changed
- The config is now required
eslintversion9.13or higher andnode.jsversion20.12or higher except version21.
Release v3.0.1
Fixed
- Type definitions have now been added to the package.
Release v3.0.0
Changed
constbindings are now only allowed at the top level of the module’s scope, so that it can represent a value that is a true, dependency-free constant such asπ,ℯ, etc…
Release v2.2.0
Added
- Irregular whitespaces are no longer prohibited. That's for sure now 🤭
Release v2.1.0
Added
- Irregular whitespaces are no longer prohibited.
Release v2.0.0
Changed
- Multiline comments (except jsDoc) should now be sequences of single-line comments.
Fixed
- Irregular whitespaces are now allowed in comments, regular expressions, strings, template literals, and JSX-like text.
Release v1.0.0
Added
- Base config for
eslintwithout usingglobals, but with its re-export.