v3.2.0
Made using ESLint and Prettier separately possible
- Added a separately referenceable Prettier config.
- Reverted the arrow parentheses to default.
- Added the
usePrettier
config support function. - The Prettier component is no longer force-enabled in the ESLint rules.
- Removed unnecessary dependency requirements for the JavaScript component.
- Disabled the
no-confusing-arrow
rule since it doesn't play well with Prettier.