Skip to content

hectorv/pre-commit-hooks

 
 

Repository files navigation

pre-commit hooks

This repo currently contains a single pre-commit hook that internally runs several tools in parallel.

Usage

Repo maintainers can declare this hook in .pre-commit-config.yaml:

- repo: https://github.com/duolingo/pre-commit-hooks.git
  rev: 1.0.0
  hooks:
    - id: duolingo

Contributors can copy this repo's .editorconfig file to their home directory in order to have their text editors and IDEs automatically pick up the same linter/formatter settings that this hook uses.

Duolingo is hiring! Apply at https://www.duolingo.com/careers

About

Standardizing our code quality tooling 🛠️

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.4%
  • Dockerfile 8.6%