Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

73 lines (59 loc) · 1.88 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2.1.0 - 2017-06-29

Added

  • add no-redeclare
  • add no-duplicate-imports
  • add default-case
  • add no-lone-blocks
  • add no-self-compare
  • add no-alert
  • add no-void

Changed

  • test

2.0.4 - 2017-04-18

Changed

  • set react-native/no-inline-styles to 1 instead of 2

2.0.3 - 2017-03-12

Added

  • no-bitwise
  • no-eval
  • no-labels
  • no-loop-func
  • no-multi-spaces
  • no-octal-escape
  • no-proto
  • no-with
  • er-promise-reject-errors
  • no-param-reassign

2.0.2 - 2017-03-04

Added

  • quote-props

2.0.1 - 2017-03-03

Added

  • no-unused-vars

2.0.0 - 2017-02-16

Changed

  • use babel-eslint to parse

1.1.1 - 2016-11-21

Changed

  • set versions of peer dependencies to \*

1.1.0 - 2016-11-20

Added

  • set brace-style to [2, "1tbs"]

1.0.0 - 2016-11-14

Added

  • npm version badge
  • initialize this project