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 Airbnb ESLint Config #1

Closed michael-martin closed 8 years ago

michael-martin commented 8 years ago

Started on branch: https://github.com/DeloitteDigitalUK/react-redux-starter-app/tree/eslint-config

Airbnb config has several dependencies which are not not yet compatible with ESLint 3.0. This is blocked until these are resolved.

Progress is tracked on: #71 Update eslint to version 3.0.0

michael-martin commented 8 years ago

Quick update on this. The last outstanding blocker is eslint-plugin-react, which is nearly there! :)

I hope to publish an RC before friday and the final this week-end if there is no major issue.

https://github.com/yannickcr/eslint-plugin-react/issues/686