Skip to content

Latest commit

 

History

History
93 lines (44 loc) · 4.22 KB

CHANGELOG.md

File metadata and controls

93 lines (44 loc) · 4.22 KB

1.6.1 (2021-08-13)

Bug Fixes

  • pkg: add missing babel-plugin-module-resolver (a6f2f38)

1.6.0 (2021-08-02)

Features

  • promises: add ignoreVoid and ignoreIIFE option exceptions to no-floating-promises rule (17f079b)

1.5.1 (2021-06-28)

Bug Fixes

  • dependencies: update and fix dependencies (f05518e)

1.5.0 (2021-06-11)

Features

  • rules: update typescript-eslint ts-comment rule (8f7325a)

1.4.0 (2021-06-08)

Bug Fixes

  • prettier: remove extraneous prettier requirements, since we use all of their defaults (eab5cda)

Features

  • restrict-template-expressions: allow nullish expressions in templates (baf2219)

1.3.0 (2021-06-04)

Features

  • resolution: add import resolver for typescript aliases (7ab2a38)

1.2.1 (2021-06-04)

Bug Fixes

  • core: update path resolution for tsconfig dir (24c4a54)

1.2.0 (2021-06-04)

Bug Fixes

  • extensions: extract extensions into their own file (57c9513)
  • extensions: extract file extensions (131373d)
  • typescript: update extends rule import (9c8f6ca)

Features

  • extensions: add file extensions (372b7a0)

1.1.1 (2021-06-04)

Bug Fixes

  • extensions: extract extensions into their own file (57c9513)
  • extensions: extract file extensions (131373d)
  • typescript: update extends rule import (9c8f6ca)

1.1.0 (2021-06-04)

Features

  • lint: refactor lint configs and update libraries (37c0cd7)

Changelog

All notable changes to this project will be documented in this file.

This format is based on Keep a Changelog and this project adheres to semver.

[1.0.0] - 2020-11-05

Added

Created initial ESLint config file.