forked from kofal.net/zmk
feat(metadata): Add YAML check/format npm scripts.
This commit is contained in:
committed by
Pete Johanson
parent
39eb80562d
commit
c7e513634d
23
app/package.json
Normal file
23
app/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "zmkfirmware",
|
||||
"version": "1.0.0",
|
||||
"description": "ZMK Firmware tooling",
|
||||
"private": "true",
|
||||
"scripts": {
|
||||
"prettier:check": "prettier --check boards/**/*.yml",
|
||||
"prettier:format": "prettier --write boards/**/*.yml"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/zmkfirware/zmk.git"
|
||||
},
|
||||
"author": "ZMK Contributors",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/zmkfirware/zmk/issues"
|
||||
},
|
||||
"homepage": "https://zmk.dev/",
|
||||
"devDependencies": {
|
||||
"prettier": "^2.4.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user