Skip to content

Releases: ngageoint/eslint-config-opensphere

v7.0.0

30 Mar 17:17
Compare
Choose a tag to compare

7.0.0 (2022-03-30)

Features

  • enforce esm import format (e89ad14)

BREAKING CHANGES

  • File extensions are required for import statements,
    defaults are not allowed to be destructured,
    and all imports must be resolvable

v6.0.4

18 Nov 14:41
Compare
Choose a tag to compare

6.0.4 (2021-11-18)

Bug Fixes

  • disable postinstall in published package (3510cb1)

v6.0.3

18 Nov 14:01
Compare
Choose a tag to compare

6.0.3 (2021-11-18)

Bug Fixes

  • eslint: allow eslint >= 7.26.0 in peerDependencies (4e9b609)
  • release: don't include patch notes in release commit (52153cd)

v6.0.2

22 Sep 17:55
Compare
Choose a tag to compare

6.0.2 (2021-09-22)

Bug Fixes

  • import: use default import groups and update comments (dd3ad5b)

v6.0.1

21 Sep 22:10
Compare
Choose a tag to compare

6.0.1 (2021-09-21)

Bug Fixes

  • import: allow relative parent imports for module relative paths (029415d)

v6.0.0

21 Sep 18:10
Compare
Choose a tag to compare

6.0.0 (2021-09-21)

Features

  • import: disallow relative parent imports and enforce sort order (6a15be5)

BREAKING CHANGES

  • import: Relative parent imports ('../') are no longer allowed, and
    imports must be sorted. Module-relative imports must be grouped first, followed
    by sibling relative imports. Both groups must be sorted alphabetically. Both of
    these rules can be automatically enforced with the fiximports transform in
    opensphere-jscodeshift.

v5.1.0

16 Sep 21:31
Compare
Choose a tag to compare

5.1.0 (2021-09-16)

Features

  • import: add import rules that meet current style (ec806f1)

v5.0.1

28 Jul 20:47
Compare
Choose a tag to compare

5.0.1 (2021-07-28)

Bug Fixes

  • jsdoc: upgrade eslint-config-jsdoc to fix runtime error (5f19aa1)

v5.0.0

10 May 19:02
Compare
Choose a tag to compare

5.0.0 (2021-05-10)

Features

  • ecma: change ecmaVersion to 2020 to match compiler (4101159)
  • eslint: upgrade eslint/configs/plugins to latest (f950be5)

BREAKING CHANGES

  • eslint: This may result in new lint errors in projects. The most common
    error introduced was with the operator-linebreak rule, which now more accurately
    detects issues. These errors can be fixed via eslint --fix.

v4.1.0

23 Sep 21:12
Compare
Choose a tag to compare

4.1.0 (2020-09-23)

Features

  • es6: use sourceType module to allow ES6 modules (422ba3f)