Releases: GabeDuarteM/gd-configs
Releases · GabeDuarteM/gd-configs
v6.1.3
6.1.3 (2019-11-17)
Bug Fixes
- deps: update dependency read-pkg-up to v7 (#44) (f5422be)
v6.1.2
6.1.2 (2019-06-10)
Bug Fixes
- ts: move the
allowJs
opt to web.json (cb4706f)
v6.1.1
6.1.1 (2019-06-10)
Bug Fixes
- deps: update dependency read-pkg-up to v6 (#35) (5b46f5f)
v6.1.0
6.1.0 (2019-06-10)
Features
- cra: add support for typescript on cra (b35645f)
v6.0.3
6.0.3 (2019-04-10)
Bug Fixes
- deps: update dependency arrify to v2.0.1 (#32) (e88d241)
v6.0.2
6.0.2 (2019-04-05)
Bug Fixes
v6.0.1
6.0.1 (2019-04-05)
Bug Fixes
- deps: update dependency arrify to v2 (#31) (e04c967)
v6.0.0
6.0.0 (2019-03-31)
Bug Fixes
- deps: bump read-pkg-up version (5fb8ba1)
- prettier: add endOfLine to the prettier config (642426c)
BREAKING CHANGES
- prettier: requires prettier 1.16.0
v5.0.0
5.0.0 (2019-03-31)
Bug Fixes
- eslint: add back the 'no-undef' for non-ts projects (1a92667)
BREAKING CHANGES
- eslint: The 'no-undef' rule will potentially reveal existing bugs on a non-typescript code (see https://eslint.org/docs/rules/no-undef for the list of cases which will break). For typescript projects, this was already being checked by the typescript compiler, so no breaking changes are to be expected.
v4.0.0
4.0.0 (2019-03-13)
Features
- bin: add the eslint pkges info to the bin (5a52f74)
- lint: add react-hooks to eslint rules (268a093)
BREAKING CHANGES
- lint: For react projects, you now have to install the eslint-plugin-react-hooks package