.lintstagedrc 88 B

1234567
  1. {
  2. "linters": {
  3. "*.js": [
  4. "git-exec-and-restage eslint --fix --"
  5. ]
  6. }
  7. }