Published under: Release Notes
1 min read
Highlights
- The
indent
rule can now be configured to ignore the indentation of specific types of syntax, using theignoredNodes
option. This can be useful if you disagree with some of the indentation choices made by theindent
rule; instead of disabling the rule entirely when this happens, you can now configure it to avoid checking indentation for the specific cases that you want it to ignore.
Enhancements
- decdd2c Update: allow arbitrary nodes to be ignored in
indent
(fixes #8594) (#9105) (Teddy Katz) - 79062f3 Update: fix indentation of multiline
new.target
expressions (#9116) (Teddy Katz) - bd09cd5 Update: avoid requiring NaN spaces of indentation (fixes #9083) (#9085) (Teddy Katz)
Bug Fixes
- a4f53ba Fix: Include files with no messages in junit results (#9093) (#9094) (Sean DuBois)
- f8add8f Fix: don’t autofix with linter.verifyAndFix when
fix: false
is used (#9098) (Teddy Katz)
Documentation
- 6ef734a Docs: add missing word in processor documentation (#9106) (Teddy Katz)
- 77bcee4 Docs: update instructions for adding TSC members (#9086) (Teddy Katz)