grofers / redux-cookies-middleware

redux-cookies-middleware is a Redux middleware which syncs a subset of your Redux store state with cookies.
MIT License
81 stars 16 forks source link

Update eslint to latest version #35

Closed palashmon closed 7 years ago

palashmon commented 7 years ago

I found that this project is not using the latest eslint plugins like

Package Required Stable Latest
eslint ^3.3.1 4.4.0 4.4.0  
eslint-config-airbnb   ^10.0.1 15.1.0 15.1.0  
eslint-plugin-babel   ^3.3.0 4.1.2 4.1.2  
eslint-plugin-import   ^1.14.0 2.7.0 2.7.0  
eslint-plugin-react   ^6.1.2 7.1.0 7.1.0

There might be a bunch of new features, fixes and perf improvements that might help the project. Please have a look into these changes and try to get onto the latest version of eslint*.

Regards!