mirror of
https://github.com/zoriya/zmk.git
synced 2025-12-06 06:56:11 +00:00
feat(CONTRIBUTING.md): Add info regarding ESLint
This commit is contained in:
committed by
Cem Aksoylar
parent
37af94edde
commit
08ab45fc78
@@ -86,6 +86,12 @@ documentation to areas not currently covered are greatly appreciated.
|
|||||||
ZMK uses `prettier` to format documentation files. You can run prettier with `npm run prettier:format`.
|
ZMK uses `prettier` to format documentation files. You can run prettier with `npm run prettier:format`.
|
||||||
You can setup git to run prettier automatically when you commit by installing the pre-commit hooks: `pip3 install pre-commit`, `pre-commit install`.
|
You can setup git to run prettier automatically when you commit by installing the pre-commit hooks: `pip3 install pre-commit`, `pre-commit install`.
|
||||||
|
|
||||||
|
### Linting
|
||||||
|
|
||||||
|
This repository utilizes ESLint for code linting to ensure consistent code style and identify potential errors or bugs early in the development process.
|
||||||
|
|
||||||
|
You can run ESLint with `npm run lint` to verify your changes.
|
||||||
|
|
||||||
## Code Contributions
|
## Code Contributions
|
||||||
|
|
||||||
### Development Setup
|
### Development Setup
|
||||||
|
|||||||
Reference in New Issue
Block a user