mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🎉 Add clj fmt checking on CI and fmt fix script
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
"name": "exporter",
|
||||
"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": {
|
||||
"archiver": "^6.0.0",
|
||||
"cookies": "^0.8.0",
|
||||
@@ -18,5 +25,8 @@
|
||||
"shadow-cljs": "^2.25.10",
|
||||
"source-map-support": "^0.5.21"
|
||||
},
|
||||
"packageManager": "yarn@4.0.2"
|
||||
"scripts": {
|
||||
"fmt:clj:check": "cljfmt check --parallel=false src/",
|
||||
"fmt:clj": "cljfmt fix --parallel=true src/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,12 +6,12 @@ __metadata:
|
||||
cacheKey: 10c0
|
||||
|
||||
"@babel/runtime-corejs3@npm:^7.16.5":
|
||||
version: 7.23.4
|
||||
resolution: "@babel/runtime-corejs3@npm:7.23.4"
|
||||
version: 7.23.5
|
||||
resolution: "@babel/runtime-corejs3@npm:7.23.5"
|
||||
dependencies:
|
||||
core-js-pure: "npm:^3.30.2"
|
||||
regenerator-runtime: "npm:^0.14.0"
|
||||
checksum: 31fa117b451fb8f34290aa7bd2016f12254663e78641f75ec28599c5d6a63f4f7c0e796eced0bb89194a491dfae0edc61364d0ffb4efbf19a9e46bfca6848a58
|
||||
checksum: 9bbad4ae7efea21e2c92ddee70b42ce9773a56e044cfc16267f9610b38ee531c87b465d84d39433fca93f7f567b47d5e40383e3d2cfe85dbeceea7fba8a52cc8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user