mirror of
https://github.com/penpot/penpot.git
synced 2025-03-09 06:11:23 -05:00
✨ Add prettier JS commands to package.json
This commit is contained in:
parent
e1dc964c4c
commit
3efd5cb9e8
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
|||
"scripts": {
|
||||
"fmt:clj:check": "cljfmt check --parallel=false src/ test/",
|
||||
"fmt:clj": "cljfmt fix --parallel=true src/ test/",
|
||||
"fmt:js:check": "yarn run prettier -c src/**/*.stories.jsx -c playwright/**/*.js -c scripts/**/*.js",
|
||||
"fmt:js": "yarn run prettier -c src/**/*.stories.jsx -c playwright/**/*.js -c scripts/**/*.js -w",
|
||||
"lint:scss": "yarn run prettier -c resources/styles -c src/**/*.scss",
|
||||
"lint:scss:fix": "yarn run prettier -c resources/styles -c src/**/*.scss -w",
|
||||
"lint:clj": "clj-kondo --parallel --lint src/",
|
||||
|
|
Loading…
Add table
Reference in a new issue