Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

v7.0.0

Compare
Choose a tag to compare
@mvsde mvsde released this 12 Nov 09:44
· 3 commits to main since this release
v7.0.0
0e3f846

⚠ BREAKING CHANGES

  • Missing new lines in arrays will cause an error.
  • Missing trailing commas will cause an error.
  • Unsorted imports and exports will cause an error.
  • Indentation with spaces will cause an error.

Features

  • Add simple-import-sort plugin (97c7e86)
  • Enforce consistent new lines in arrays (8c2ba5c)
  • Enforce trailing comma for multiline (30979c0)
  • Indent with tabs (7c28411)