Skip to content

v0.41.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 05 Jul 08:58
· 112 commits to main since this release

Breaking

  • XO can no longer be installed globally.
    • It caused too many problems. Instead, you can run the local XO binary with $ npx xo.
  • XO now enforces trailing comma in multiline statements.
  • Change operator-linebreak rule to enforce operators before.
    • This way is more readable.

New rules

v0.40.3...v0.41.0