Merge pull request #378 from mrsimpson/force-local-linting

Force local linting
This commit is contained in:
Eduard Ruzga
2024-11-25 23:30:39 +02:00
committed by GitHub
5 changed files with 35 additions and 4 deletions

View File

@@ -53,6 +53,8 @@ We're looking for dedicated contributors to help maintain and grow this project.
- Comment complex logic
- Keep functions focused and small
- Use meaningful variable names
- Lint your code. This repo contains a pre-commit-hook that will verify your code is linted properly,
so set up your IDE to do that for you!
## Development Setup