Releases: buildinamsterdam/lint
Releases · buildinamsterdam/lint
Release list
1.0.1
1.0.0
Breaking changes
- Requires ESLint 9+ with flat config (
eslint.config.mjs). Legacy.eslintrc.*no longer supported. - Requires Node >=20.19.0
What's new
- Migrated all configs to ESLint flat config format
- Replaced
eslint-plugin-importwitheslint-plugin-import-x(faster, fewer deps) - Added ESM exports (
.mjs) for all configs - Bundled
@next/eslint-plugin-nextdirectly (no need foreslint-config-next) eslint,prettier,stylelintare now peer dependencies- React version defaults to 19 (override via
settings.react.version)
0.4.3
0.4.2
What's Changed
- 🛠️ - Changed clean order to recess order by @MaartenBruggink in #18
Full Changelog: 0.4.1...0.4.2
0.4.1
What's Changed
- 🛠️ - Move from rational order to clean order by @MaartenBruggink in #17
Full Changelog: 0.4.0...0.4.1
0.4.0
What's Changed
- Updated dependencies to latest versions
- Export a prettier config
- Updated stylelint config to use prettier config
- Exported two additional eslint config files;
javascriptandtypescriptfor non React applications - Updated eslint config file naming;
reacttoreact-javascriptandnexttonext-javascript
Full Changelog: 0.3.0...0.4.0