-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Labels
Description
Develop branch contains a number of improvements that we may decide to merge:
- Added eslint script:
npm run lint
- Removed airbnb config for eslint which has unmet peer dependencies (therefore broken). Currently using recommended eslint config + react config
- Added inline source maps support (breakpoints work in dev tools yay!)
- Moved store configuration into store/default
- Added redux-thunk
- Refactoring