Skip to content

Latest commit

 

History

History
85 lines (55 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

85 lines (55 loc) · 2.17 KB

5.0.0 / 2017-09-21

  • Updated dependency to ESLint to version 4

4.0.2 / 2017-08-29

  • Fixed deprecation warning, using react/jsx-tag-spacing instead of react/jsx-space-before-closing

4.0.1 / 2017-08-08

  • Fixed incorrect repository info in package.json

4.0.0 / 2017-08-07

  • Open Source release on GitHub.com
  • Compatibility with ESLint 4

3.1.1 / 2016-11-22

Bugfix, eslint-plugin-react peer dependency is necessary

3.1.0 / 2016-11-22

  • Updated dependencies to latest minor versions
  • Cleaned up deprecation warnings
  • Tidied up peer dependencies

3.0.0 / 2016-10-25

2.0.0 / 2016-09-22

Switched rule quotes from double to single quotes.

1.0.5 / 2016-06-10

Removed no-nested-ternary, can't really see what's supposed to be so confusing about those.

1.0.4 / 2016-05-31

Added experimentalObjectRestSpread, which is very useful for concise syntax in Redux code.

1.0.3 / 2016-05-13

Removed no-return-assign – we use return assignment a lot in Mocha tests.

1.0.2 / 2016-05-12

Changed jsx-closing-bracket-location to “after-props”.

1.0.1 / 2016-05-12

Removed jsx-indent-props rule because it's really annoying.

1.0.0 / 2016-04-14

Initial version based on eslint-config-mobile v6.1.0