Skip to content

Releases: web-scrobbler/eslint-config-web-scrobbler

v3.1.1

19 Feb 20:14
6b41ebb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

19 Feb 20:09
d0815c8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

19 Sep 20:17
0f73258
Compare
Choose a tag to compare

Major changes

Renamed package to be within our org account

eslint-config-web-scrobbler -> @web-scrobbler/eslint-config

What's Changed

New Contributors

Full Changelog: v2.1.1...v3.0.0

v2.1.1

03 Jan 10:35
Compare
Choose a tag to compare

Fixed

  • Fixed invalid config

v2.1.0

03 Jan 10:35
Compare
Choose a tag to compare

Changed

  • Updated object-shorthand rule
    Allow to use long-form for consistency.
  • Updated space-before-function-paren rule
    Avoid conflicts with Prettier.

v2.0.1

07 Oct 15:54
Compare
Choose a tag to compare

Changed

  • Allowed any type in template expressions
  • Updated dependencies

Fixed

  • Added a missing file

v2.0.0

20 Sep 06:48
Compare
Choose a tag to compare

Added

  • Added support for JSX/TSX

Changed

  • Moved dependencies to peer dependencies
    You should install these dependencies manually. See readme for details.
  • Moved Vue overrides to a separate file
    You should add web-scrobbler/vue to the extends section to enable Vue support.

v1.1.0

22 Aug 17:50
Compare
Choose a tag to compare

Changed

  • Allowed to omit types in JSDoc in TypeScript
  • Allowed to use TypeScript comments
  • Improved Vue support

Fixed

  • Included JavaScript rules in config for TypeScript

v1.0.1

22 Aug 17:48
Compare
Choose a tag to compare

Fixed

  • Extracted TypeScript-related rules to separate config

v1.0.0

01 Aug 14:32
Compare
Choose a tag to compare

Added

  • Added configuration for TypeScript projects

Changed

  • Updated dependencies