Skip to content

Commit

Permalink
chore(monorepo): setup syncpack
Browse files Browse the repository at this point in the history
  • Loading branch information
muravjev committed Oct 29, 2022
1 parent fcad55a commit e57609b
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 9 deletions.
1 change: 1 addition & 0 deletions .syncpackrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@muravjev/configs-syncpack');
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,30 @@
"remark": "remark",
"remark:fix": "pnpm remark --output --",
"commitlint": "commitlint",
"syncpack:fix": "syncpack format && syncpack fix-mismatches",
"prepare": "husky install"
},
"engines": {
"node": ">=14.16.0",
"pnpm": ">=7.10.0",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm"
},
"packageManager": "pnpm@7.10.0",
"dependencies": {
"@changesets/cli": "^2.25.0",
"@commitlint/cli": "^17.1.2",
"@muravjev/configs-commitlint": "^0.2.0",
"@muravjev/configs-eslint-ts": "^0.1.4",
"@muravjev/configs-prettier": "^0.1.3",
"@muravjev/configs-remark": "^0.1.3",
"@muravjev/configs-syncpack": "^0.1.2",
"eslint": "^8.26.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"remark": "^14.0.2",
"remark-cli": "^11.0.0"
}
"remark-cli": "^11.0.0",
"syncpack": "^8.3.9"
},
"engines": {
"node": ">=14.16.0",
"pnpm": ">=7.10.0",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm"
},
"packageManager": "pnpm@7.10.0"
}
50 changes: 50 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e57609b

Please sign in to comment.