DeloitteDigitalUK / react-redux-starter-app

Starter app with React, Redux, Webpack, CSS Modules, API calls etc.
MIT License
16 stars 0 forks source link

Add ESLint, Airbnb Config + fix all issues #23

Closed michael-martin closed 8 years ago

michael-martin commented 8 years ago

Fixes #1

(cc @vitkon - Finally some linting is possible! :) )

vitkon commented 8 years ago

nice!

On 14 August 2016 at 17:12, Michael Martin notifications@github.com wrote:

Fixes #1 https://github.com/DeloitteDigitalUK/react-redux-starter-app/issues/1

(cc @vitkon https://github.com/vitkon - Finally some linting is

possible! :) )

You can view, comment on, or merge this pull request online at:

https://github.com/DeloitteDigitalUK/react-redux-starter-app/pull/23 Commit Summary

  • adds eslint3 wih airbnb preset
  • auto-corrections from lint:fix
  • adds build directory to linter. Includes auto-corrections
  • fixes more eslint issues
  • Merge branch 'master' into Eslint3
  • updates eslint deps, and extends on airbnbs react rules
  • fixes first tranch of eslint issues
  • resolves the rest of the eslint issues

File Changes

Patch Links:

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DeloitteDigitalUK/react-redux-starter-app/pull/23, or mute the thread https://github.com/notifications/unsubscribe-auth/ABokzFO9cRR0qBS2vTUReycclzWF5--tks5qfz5TgaJpZM4Jj7bR .

Best regards

Vitaly Kondratiev