Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 7b90983

Browse files
committed
chore(deps): install package @boehringer-ingelheim/prettier-config@1.0.0
- update prettier-configuration
1 parent ac2865f commit 7b90983

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.prettierrc.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
module.exports = {
2-
"arrowParens": "always",
3-
"printWidth": 140,
4-
"semi": true,
5-
"singleQuote": true,
6-
"tabWidth": 2,
7-
"useTabs": false
8-
}
1+
module.exports = require('@boehringer-ingelheim/prettier-config');

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"web-vitals": "3.1.0"
4747
},
4848
"devDependencies": {
49+
"@boehringer-ingelheim/prettier-config": "1.0.0",
4950
"@capacitor/assets": "2.0.4",
5051
"@capacitor/cli": "4.6.1",
5152
"@commitlint/cli": "17.3.0",

0 commit comments

Comments
 (0)