Skip to content

Releases: kellerkinderDE/eslint-config

Unit Testing

26 Sep 17:31
Compare
Choose a tag to compare

Added

  • Documentation for unit tests

Fixed

  • Unit tests are now based on Vitest and no longer break Github Actions

Vue 3 support

05 Aug 23:49
Compare
Choose a tag to compare

Added

  • Support for Vue 3 via @kellerkinder/eslint-config/vue
  • Vue 3 ruleset based on community and library best-practices

Vue 3 support

05 Aug 23:35
Compare
Choose a tag to compare
Vue 3 support Pre-release
Pre-release

Added

  • Support for Vue 3
  • Baseline rules for Vue 3

Import order and spacing rules

05 Aug 22:36
Compare
Choose a tag to compare

Added

  • Import order and spacing configuration, to group imports by type

Changed

  • Made eslint-plugin-import a dependency instead of a peer dependency

TypeScript support

19 Nov 14:17
Compare
Choose a tag to compare

Added

  • TypeScript support via extending @kellerkinder/eslint-config/typescript
  • TypeScript specific rules based on @typescript-eslint/recommended

Changed

  • import/prefer-default-export rule disabled

Default babel configuration

11 Aug 19:08
Compare
Choose a tag to compare

Added

  • Default babel configuration
    • Note: This might be a breaking change, if you have partially overwritten the babelOptions section in your ESLint config
  • Support for @babel/plugin-proposal-class-properties

Implement Babel Support

08 Feb 16:52
Compare
Choose a tag to compare
1.1.0

Minor version bump

Initial stable release

05 Feb 13:50
Compare
Choose a tag to compare

Changed

  • no-plusplus rule disabled
  • import/no-extraneous-dependencies rule disabled
  • no-use-before-define rule disabled for function declarations
  • no-mixed-operators rule severity reduced to warning level
  • consistent-return rule severity reduced to warning level

Remove GPR Publish

05 Feb 12:52
Compare
Choose a tag to compare
Remove GPR Publish Pre-release
Pre-release
1.0.0-rc.4

Remove GPR publish workflow

Implement NPM Publish Workflow

05 Feb 12:47
Compare
Choose a tag to compare
Pre-release
1.0.0-rc.3

Implement publish workflow via Actions