All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Fix destructuring in react components
- Fix lines between properties in class
- Upgrade to eslint@5
- Upgrade to eslint@4
- Move eslint plugins as peerDependencies
- Switch prettier parser to
babylon
- Use prettier
- Based on
airbnb
- Accept unwrapped multilines jsx for assignment and declaration
- Disable rule
no-case-declarations
- Enforce wrap of multilines JSX (
react/jsx-wrap-multilines
)
- Enforce spaces before and after keywords (
keyword-spacing
) - Disallow spaces in parentheses (
space-in-parens
)
- Fix
no-multi-spaces
throwing errors for assignment