1.0.0 • Published 8 months ago

@teka15/lint-staged v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@teka15/lint-staged

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

  • lint-staged

lint-staged.config

import config from '@teka15/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.