Skip to content

Releases: Ultimaker/eslint-config

v1.1.1

22 Nov 17:31
Compare
Choose a tag to compare

Turn off import/prefer-default-export. This allows for named exports instead of only allowing default exports when there is only a single export in a file.

v1.1.0

23 Sep 11:33
Compare
Choose a tag to compare

Added

v1.0.1

23 Sep 09:03
Compare
Choose a tag to compare

Changed

  • CI builds now use the npm ci command instead of npm install.
  • All devDependencies are now also peerDependencies.
  • 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

23 Sep 09:01
Compare
Choose a tag to compare

This is the initial release.