Releases: callstack/eslint-config-callstack
Releases · callstack/eslint-config-callstack
v10.1.0
Features
- add browser env to react config (#160)
v10.0.0
Features
- extract React config, add TS by default, refactor (#102)
- add
import/order
(#100)
- add
eslint-plugin-react-native-a11y
(#95)
- upgrade
eslint-plugin-react-hooks
to v4 (#101)
- upgrade Prettier to v2 (#96)
Fixes
- support all extensions, including TS from JS (#99)
v9.1.0
Features
- apply Jest config for tests only (#88)
v9.0.0
Features
- breaking: configs refinements, correct
import/typescript
support, remove browser env (#87)
- breaking: infer Prettier config and add
prefer-optional-chaining
(#86)
v8.0.0
Features
- Support TypeScript 3.7 (#85)
v7.1.0
Features
- turn off
react/require-default-props
(#83)
Chore & maintenance
v7.0.0
Features
- breaking: update
eslint
to 6.0 (#67)
- breaking: bump
eslint-config-prettier
to 6.0 (#69)
- breaking: bump
prettier
to 1.18
Chore & Maintenance
- bump all deps to the latest
v6.0.0
Features
- (breaking) Ignore args required for strong typing correctness (#53)
- Narrow
react/no-multi-comp
rule (#51)
- Bump
eslint-plugin-react
(#52)
v4.1.0
Features
- add TypeScript support (#47)
v4.0.0
Features
- breaking: get rid of airbnb config; cleanup (#45)
- breaking: update
eslint-plugin-jest
to the latest version 🚀 (#38)
- breaking: update
eslint-config-prettier
to the latest version 🚀 (#42)
- rules of hooks (#44)
- add
eslint-plugin-react-native
(#43)