Skip to content

Releases: Alhadis/Coding-Style

v1.2.0

16 Nov 02:02
v1.2.0
Compare
Choose a tag to compare

Abolished the prefer-template and operator-linebreak rules from base ESLint config. They were doing more harm than good, and my original goal was to eliminate very specific constructs these rules were designed for.

v1.1.0

30 Oct 13:11
v1.1.0
Compare
Choose a tag to compare

Relaxed certain restrictions in ESLint config:

  • Object destructuring is no longer enforced in assignment expressions
  • Spaces are allowed inside the header of an async arrow function
  • Line-breaks are enforced after an assignment operator, not before
  • gropdf and xterm no longer require capitalisation in comments

v1.0.0

10 Oct 13:54
v1.0.0
Compare
Choose a tag to compare

Initial release of my shareable ESLint configuration.