Skip to content

Latest commit

 

History

History
57 lines (25 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

57 lines (25 loc) · 1.74 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.1 (2019-01-31)

Bug Fixes

  • add unused import rules and fix typo in babel config (#3) (0732b45)

2.0.0 (2019-01-31)

Features

  • remove airbnb-base config, use custom rules instead (#2) (b3c0b47)

BREAKING CHANGES

  • replaced airbnb-base dependency with custom rules does not comply with airbnb-base rules anymore; also disabled all stylistic rules

1.1.0 (2019-01-18)

Features

  • update dependencies and add missing rules (16dfe5a)

1.0.1 (2018-12-21)

Bug Fixes

  • move security plugin recommended rules into config (3d9751f)
  • promise: add unused promise rules (df82679)

1.0.0 (2018-12-21)

Features