Skip to content

Commit 08ab45f

Browse files
huber-thcaksoylar
authored andcommitted
feat(CONTRIBUTING.md): Add info regarding ESLint
1 parent 37af94e commit 08ab45f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ documentation to areas not currently covered are greatly appreciated.
8686
ZMK uses `prettier` to format documentation files. You can run prettier with `npm run prettier:format`.
8787
You can setup git to run prettier automatically when you commit by installing the pre-commit hooks: `pip3 install pre-commit`, `pre-commit install`.
8888

89+
### Linting
90+
91+
This repository utilizes ESLint for code linting to ensure consistent code style and identify potential errors or bugs early in the development process.
92+
93+
You can run ESLint with `npm run lint` to verify your changes.
94+
8995
## Code Contributions
9096

9197
### Development Setup

0 commit comments

Comments
 (0)