@kiwicom/eslint-config
Version:
Eslint configuration describing rules for JS used at Kiwi.com.
24 lines (17 loc) • 753 B
Markdown
# Unreleased
# 2.0.0
- ca1df61 Prettier is now in charge of styling issues
# 1.5.0
- 29d86b8 Set `react/no-did-mount-set-state` and `react/no-did-update-set-state` to WARN
- a454657 Add support for RN and RNW file extensions (`*.ios.js`, `*.android.js`, ...)
# 1.4.0
- 61abad2 Added new `eslint-plugin-eslint-comments` to check Eslint comments
- be1250a Eslint now warns when using useless combination or `return await` (`no-return-await`)
# 1.3.0
- 3aad27a Added new `no-useless-catch` warning
- 7c23d35 Replace Jasmine eslint rules with better Jest rules
# 1.2.0
- e1729a7 Fixed camelcase rule to work correctly with optional chaining (`a?.b`)
# 1.1.0
- f4a6aaa Added new plugin for Node.js
- b94a79b Eslint is now required as a peer dependency