Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 224 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 224 Bytes

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 than let or var.