linters:
  '*.{js,jsx}':
    - eslint --fix
    - git add
  '.*{rc, json}':
    - jsonlint
ignore:
  - '**/dist'
