You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,12 @@ documentation to areas not currently covered are greatly appreciated.
86
86
ZMK uses `prettier` to format documentation files. You can run prettier with `npm run prettier:format`.
87
87
You can setup git to run prettier automatically when you commit by installing the pre-commit hooks: `pip3 install pre-commit`, `pre-commit install`.
88
88
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.
0 commit comments