Skip to content

Commit

Permalink
package.json: add scripts: lint, prettier-check
Browse files Browse the repository at this point in the history
  • Loading branch information
throwaway96 committed Mar 25, 2024
1 parent e645d2e commit 14649b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"launch": "ares-launch youtube.leanback.v4",
"manifest": "node tools/gen-manifest.js youtube.leanback.v4.manifest.json",
"version": "node tools/sync-version.js && git add assets/appinfo.json",
"prepare": "husky install"
"prepare": "husky install",
"lint": "eslint src",
"prettier-check": "prettier --check ."
},
"repository": "github:webosbrew/youtube-webos",
"license": "GPL-3.0-only",
Expand Down

0 comments on commit 14649b7

Please sign in to comment.