Skip to content

Releases: wizeline/javascript-style-guide

Change base configuration bug

21 May 21:17
80eb097
Compare
Choose a tag to compare

Highlights

  • Correctly configure plugins and extends rules
  • Browser env variable now only set on browser configuration

Server eslint configuration

20 May 21:00
44b304b
Compare
Choose a tag to compare

Highlights

  • Create a server eslint configuration
  • Move common rules and plugins to base config
  • Remove env variable which was causing an error

Private module

27 Mar 00:17
cc125b3
Compare
Choose a tag to compare

Highlights

  • Changed name to a scoped one: @wizeline/javascript-style-guide
  • Added rule to enforce functional setState

ESLint with spices

02 Jan 21:51
7497404
Compare
Choose a tag to compare

Changelog

Extends from

  • Airbnb
  • Prettier
  • Flow

Better FlowTypes support

02 Oct 20:50
Compare
Choose a tag to compare

Highlights

Added support for FlowTypes global types

    "SyntheticEvent"
    "SyntheticAnimationEvent"
    "SyntheticClipboardEvent"
    "SyntheticCompositionEvent"
    "SyntheticInputEvent"
    "SyntheticUIEvent"
    "SyntheticFocusEvent"
    "SyntheticKeyboardEvent"
    "SyntheticMouseEvent"
    "SyntheticDragEvent"
    "SyntheticWheelEvent"
    "SyntheticTouchEvent"
    "SyntheticTransitionEvent"

First release <3

14 Apr 00:23
Compare
Choose a tag to compare

First release of the style guide.

It covers rules for browser environment, and a generic one.