Releases: simplymadeapps/eslint-config-simplymadeapps
Releases · simplymadeapps/eslint-config-simplymadeapps
v1.5.12
What's Changed
- FAF-564: Update rules to include 'no-duplicate-imports' to enforce single line imports from same module by @brianpattison in #28
Full Changelog: v1.5.11...v1.5.12
v1.5.11
What's Changed
- FAF-436: Add class instance properties sorting rule by @brianpattison in #26
- LIB-294: Bump version to 1.5.11 by @kennylindley in #27
New Contributors
- @kennylindley made their first contribution in #27
Full Changelog: v1.5.10...v1.5.11
Version 1.5.10
- Add 'prefer-destructuring' rule #25
Version 1.5.9
- Add 'newline-before-return' rule #24
Version 1.5.8
- Add rule for requiring await when an async function is used #23
Version 1.5.7
- Extend 'jest/style' ESLint rules #22
Version 1.5.6
- Use 'babel-eslint' parser #21
Version 1.5.5
- Add plugins for jest rules and formatting #20
Version 1.5.2
- Add ESLint rule for 'react/button-has-type' #18
Version 1.5.1
- Add 'sort-imports' rule #17