0.0.1--canary.51.2893023504.0 • Published 3 years ago

@owngames/lint-staged v0.0.1--canary.51.2893023504.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@owngames/lint-staged

Custom lint-staged setup that can be extended and incorporates:

  • lint-staged

lint-staged.config

import config from '@owngames/lint-staged'

export default config

What It Do

Pre-commit check against files for:

  • eslint
  • prettier

And re-add if any updates were applied on auto-fix.