mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-10 10:40:54 +00:00
package: add fmt script
This commit is contained in:
parent
f6bd9b9448
commit
3d635cc355
@ -19,6 +19,7 @@
|
||||
"build:css": "node ./scripts/build.css.cjs",
|
||||
"build:docs": "jsdoc src -r -d docs --readme README.md",
|
||||
"build:js": "node ./scripts/build.js.cjs",
|
||||
"fmt": "dprint fmt",
|
||||
"lint": "npm run lint:js && npm run lint:css",
|
||||
"lint:css": "csslint src",
|
||||
"lint:js": "eslint src",
|
||||
|
Loading…
Reference in New Issue
Block a user