0.6.3 / 2016-12-12
==================
  - upgraded the dependencies
  - added `no-return-await`, `require-await`, `no-await-in-loop`, `capitalized-comments`

0.6.2 / 2016-11-08
==================
  - fixed `jsx-a11y/anchor-has-content`
  - upgraded the dependencies

0.6.1 / 2016-10-05
==================
  - turned off `react/forbid-prop-types`
  - turned off `react/no-unused-prop-types`

0.6.0 / 2016-10-05
==================
  - upgraded the dependencies
  - fixed the order of `react`
  - added new rules of `eslint-plugin-import`
  - changed the style

0.5.10 / 2016-09-01
==================
  - added `navigator` as a global to `react-native`
  - bumped `eslint-plugin-jsx-a11y`

0.5.9 / 2016-08-30
==================
  - added `class-methods-use-this` and `symbol-description` rules

0.5.8 / 2016-08-30
==================
  - bumped the dependencies
  - added `requestAnimationFrame` as a global function of `react-native`

0.5.7 / 2016-08-22
==================
  - bumped the dependencies
  - allowed redux connected components

0.5.6 / 2016-08-15
==================
  - bumped the dependencies

0.5.5 / 2016-08-11
==================
  - bumped `eslint-plugin-ava` to 3.0.0
  - added an exception for `new-cap` in `react`

0.5.4 / 2016-08-10
==================
  - bumped the dependencies including `eslint-find-rules` and `eslint-plugin-react-native`

0.5.3 / 2016-08-04
==================
  - bumped `eslint-plugin-react-native`
  - added `import/resolver` setting for React Native

0.5.2 / 2016-08-02
==================
  - set `react/jsx-filename-extension` in `react-native` to `.js` only

0.5.1 / 2016-08-02
==================
  - `no-extraneous-dependencies`: set `devDependencies` to `true`

0.5.0 / 2016-08-02
==================
  - bumped the dependencies including updating `eslint` to v3

0.4.3 / 2016-07-31
==================
  - bumped the dependencies by temporarily adding the new base rules
  - added `react-native` rules

0.3.1 / 2016-05-10
==================
  - rewrite extending the airbnb's configuration

0.2.2 / 2015-12-22
==================
  - prevented parameter object manipulation

0.2.1 / 2015-12-17
==================
  - reverted the change made with `53fbb39e`

0.2.0 / 2015-12-17
==================
  - removed deprecated react/jsx-quotes
  - used `require.resolve` to allow nested `extend`s
  - enabled `object-shorthand` rule
  - required spaces before and after arrow functions' arrows
  - required function spacing: `function <optional name>(`
  - disallowed spacing inside brackets
  - required padding inside curly braces
  - disallowed spaces in parens

0.1.6 / 2015-11-28
==================
  - added a configuration `tipplr/test` closing #1

0.1.5 / 2015-11-28
==================
  - disabled aligning of object literal properties

0.1.4 / 2015-11-28
==================
  - added exceptions for `no-multi-spaces`
  - enabled indentation for `SwitchCase`
  - enabled aligning of object literal properties based on colons

0.1.0 / 2015-11-26
==================
  - required `eslint` `v1.9.0` or higher

0.0.1 / 2015-11-26
==================
  - forked from Airbnb's [.eslintrc](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb)
