Releases: Ultimaker/eslint-config
Releases · Ultimaker/eslint-config
v1.1.1
v1.1.0
Added
- An override to react/jsx-props-no-spreading. Prop spreading on components is now allowed (e.g.
<App {...props} />
. - An override to react/static-property-placement.
defaultProps
can now be declared at the top of a class definition.
v1.0.1
Changed
- CI builds now use the
npm ci
command instead ofnpm install
. - All
devDependencies
are now alsopeerDependencies
. - Replacement of
typescript-eslint-parser
(depreciated) in favor of@typescript-eslint/parser
. - Releases are now done with the
npm version
command, see README.md for details.
v1.0.0
This is the initial release.