Skip to content

Latest commit

 

History

History
123 lines (51 loc) · 5.61 KB

CHANGELOG.md

File metadata and controls

123 lines (51 loc) · 5.61 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.1.8 (2020-01-04)

Bug Fixes

0.1.7 (2019-12-18)

Bug Fixes

0.1.6 (2019-11-12)

Bug Fixes

  • base: lower no-unused-vart level (6f977c0)
  • ts-base: recommended configs override (714054b)

0.1.5 (2019-11-12)

Bug Fixes

  • base: fixed prettier configs (9428e23)
  • react: lower eslint version (d8e596a)
  • ts-base: remove unused peer dependencies (0609094)
  • ts-react: remove unused dependencies (e71f10e)

0.1.4 (2019-11-05)

Bug Fixes

  • base: tweak a bit of rules and fix code styles (343f92f)
  • react: code styles (651d373)
  • ts-base: tweak a bit of rules (3c1ac2f)
  • ts-react: code styles (844b90d)

0.1.3 (2019-10-30)

Bug Fixes

  • all: link to repo urls (7c4ee16)
  • ts-base: @typescript-eslint/no-unused-vars ignore args (ba0625e)

0.1.2 (2019-10-29)

Bug Fixes

  • all: commit lint rules (905361b)
  • base: jest test fail and add repo info in package.json (8e0bd07)
  • react: jest test fail and add repo info in package.json (1d21b73)
  • ts-base: jest test fail and add repo info in package.json (da9e062)
  • ts-react: jest test fail and add repo info in package.json (bbed048)

0.1.1 (2019-10-29)

Bug Fixes

  • deleted old directory (8e88180)
  • eslint-config-prettify-base: rename directory eslint-config-base -> base, and using local rules instead of airbnb-base (b3dbe49)
  • eslint-config-prettify-react: rename directory eslint-config-react -> react, and using local rules instead of airbnb (654c677)
  • eslint-config-prettify-ts-base: rename directory eslint-config-ts-base -> ts-base, fix typescript import resolve (9c7168a)
  • eslint-config-prettify-ts-react: typescript import resolve (112b21e)

0.1.0 (2019-10-26)

Bug Fixes

Features