react-boilerplate
react-boilerplate copied to clipboard
Find out if it's possible to write an eslint rule that validates whether redux action types were defined previously
Currently, it's not easy to spot a typo in an action type and IDE is not helping with it. We could try to write an eslint plugin for that.