Skip to content

let [, bugfix] = ['works', 'now']

Compare
Choose a tag to compare
@benmosher benmosher released this 24 Apr 11:24
· 2119 commits to main since this release
  • no-reassign: fixed a crash for array destructuring with omitted positions (i.e. let [/*missing*/, present] = [4, 2])
  • linted everything to a (more) consistent code style
  • pulled out traversal/file resolution to eslint-import-core package (#25)