Skip to content

Commit ad45cea

Browse files
chore(deps): update dependency @somehow-digital/prettier-config to v3 (#318)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thomas Deinhamer <[email protected]>
1 parent c0caac0 commit ad45cea

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

lint-staged.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
export default {
22
'**/*.{js,jsx,ts,tsx}': ['eslint'],
3-
'**/*.{md,json,yml,yaml}': [
4-
'prettier --check',
5-
'cspell --no-progress --no-must-find-files',
6-
],
3+
'**/*.{md,json,yml,yaml}': ['prettier --check', 'cspell --no-progress --no-must-find-files'],
74
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@somehow-digital/commitlint-config": "^1.0.0",
4444
"@somehow-digital/cspell-dictionary": "^2.0.0",
4545
"@somehow-digital/eslint-config": "^3.0.0",
46-
"@somehow-digital/prettier-config": "^2.0.0",
46+
"@somehow-digital/prettier-config": "^3.0.0",
4747
"@somehow-digital/semantic-release-config": "^2.0.0",
4848
"@types/node": "^22.9.0",
4949
"concurrently": "^9.0.0",

pnpm-lock.yaml

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)