This website requires JavaScript.
Explore
Help
Sign In
tgrosinger
/
zmk
Watch
1
Star
0
Fork
0
You've already forked zmk
Code
Actions
Packages
tgrosinger-keyboards
zmk
/
app
/
.prettierrc.js
4 lines
43 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
feat(metadata): Add YAML check/format npm scripts.
2021-09-10 09:33:39 -07:00
module
.
exports
=
{
refactor: Add more checks to pre-commit Updated existing pre-commit hooks and added some new hooks: - Remove trailing whitespace - Ensure every non-empty file ends with a new line - Check YAML file validity - Prevent adding large files - Ensure any scripts with shebangs are executable Added a GitHub action to run pre-commit on every commit. Removed any existing actions which duplicate pre-commit. Ran pre-commit on the codebase.
2023-04-22 21:16:36 -07:00
endOfLine
:
"auto"
,
feat(metadata): Add YAML check/format npm scripts.
2021-09-10 09:33:39 -07:00
}
;
Copy Permalink