1.0.2 • Published 7 years ago
eslint-plugin-redux-constants v1.0.2
eslint-config-redux-constants
An eslint
rule for Redux action constants.
Enforces that:
- the values of action constants match their identifiers
- the constants are declared with
const
rather thanlet
or `var.