Skip to content

Commit

Permalink
chore: update dependencies and add workspace linting (#784)
Browse files Browse the repository at this point in the history
* feat: lint packages with sherif

* feat: add sherif scripts to root package.json
  • Loading branch information
karrui authored Nov 18, 2024
1 parent c75aee8 commit 53dfde9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 86 deletions.
85 changes: 3 additions & 82 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
},
"scripts": {
"build": "turbo build",
"lint": "turbo lint"
"lint:ws": "npx [email protected]",
"lint:ws:fix": "npx [email protected] --fix",
"postinstall": "npm run lint:ws"
},
"workspaces": [
"packages/**",
"tooling/**"
"tooling/camp/**"
],
"packageManager": "[email protected]+sha512.65a9c38a8172948f617a53619762cd77e12b9950fe1f9239debcb8d62c652f2081824b986fee7c0af6c0a7df615becebe4bf56e17ec27214a87aa29d9e038b4b"
}
4 changes: 2 additions & 2 deletions tooling/camp/token-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"devDependencies": {
"json5": "^2.2.2",
"lodash": "^4.17.21",
"prettier": "^2.8.7",
"rimraf": "^3.0.2",
"prettier": "3.2.5",
"rimraf": "^5.0.0",
"style-dictionary": "^3.8.0",
"tinycolor2": "^1.6.0",
"token-transformer": "^0.0.33"
Expand Down

0 comments on commit 53dfde9

Please sign in to comment.