mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 01:28:36 +02:00
🎉 Add clj fmt checking on CI and fmt fix script
This commit is contained in:
parent
d55d248e8d
commit
f19298f6b3
12 changed files with 1344 additions and 358 deletions
|
@ -2,6 +2,13 @@
|
|||
"name": "backend",
|
||||
"version": "1.0.0",
|
||||
"license": "MPL-2.0",
|
||||
"author": "Kaleidos INC",
|
||||
"private": true,
|
||||
"packageManager": "yarn@4.0.2",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/penpot/penpot"
|
||||
},
|
||||
"dependencies": {
|
||||
"luxon": "^3.4.2",
|
||||
"sax": "^1.2.4"
|
||||
|
@ -10,5 +17,9 @@
|
|||
"nodemon": "^3.0.1",
|
||||
"source-map-support": "^0.5.21",
|
||||
"ws": "^8.13.0"
|
||||
},
|
||||
"scripts": {
|
||||
"fmt:clj:check": "cljfmt check --parallel=false src/ test/",
|
||||
"fmt:clj": "cljfmt fix --parallel=true src/ test/"
|
||||
}
|
||||
}
|
||||
|
|
1333
backend/yarn.lock
1333
backend/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue