Releases: wizeline/javascript-style-guide
Releases · wizeline/javascript-style-guide
Change base configuration bug
Server eslint configuration
Highlights
- Create a server eslint configuration
- Move common rules and plugins to base config
- Remove env variable which was causing an error
Private module
Highlights
- Changed name to a scoped one:
@wizeline/javascript-style-guide
- Added rule to enforce functional setState
ESLint with spices
Changelog
Extends from
- Airbnb
- Prettier
- Flow
Better FlowTypes support
Highlights
Added support for FlowTypes global types
"SyntheticEvent"
"SyntheticAnimationEvent"
"SyntheticClipboardEvent"
"SyntheticCompositionEvent"
"SyntheticInputEvent"
"SyntheticUIEvent"
"SyntheticFocusEvent"
"SyntheticKeyboardEvent"
"SyntheticMouseEvent"
"SyntheticDragEvent"
"SyntheticWheelEvent"
"SyntheticTouchEvent"
"SyntheticTransitionEvent"
First release <3
First release of the style guide.
It covers rules for browser environment, and a generic one.