All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- upgrade
eslint-plugin-prettier
to v4 andeslint-config-prettier
, and merge prettier configs - BREAKING: upgrade
eslint-plugin-simple-import-sort
to v7 and update config - upgrade
@typescript-eslint
monorepo to latest minor - upgrade
eslint-plugin-import
to latest minor
- upgrade
@typescript-eslint
packages (v2 to v3) (see typescript-eslint release note)
- react: regroup "side-effects" and "internal" packages
- upgraded packages
- fixed the never-worked-before Import Groups for React
- update packages; add
prettier
as a peer dependency
- indent rules conflict between eslint / prettier with jest test
it.each
- rule
member-ordering
- update packages
@typescript-eslint
,eslint-config-prettier
- allow "unused var" if name is starting with
_
- configuration for React:
@gojob/eslint-config/typescript-react
- upgraded
@typescript-eslint
packages and prettier
- rule
sort-imports
@typescript-eslint/no-non-null-assertion
disabled 🔍
@typescript-eslint/no-use-before-define
disabled 🤸
- Conflict between
eslint
&prettier
"singleQuote" rule
- Typo in README (installation instructions)