Releases: Alhadis/Coding-Style
Releases · Alhadis/Coding-Style
v1.2.0
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
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
andxterm
no longer require capitalisation in comments