Skip to content

Commit

Permalink
single prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekradko committed Oct 11, 2024
1 parent d5a412b commit 2bfaf06
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 22 deletions.
8 changes: 4 additions & 4 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"printWidth": 120,
"singleAttributePerLine": true,
"arrowParens": "avoid",
"bracketSpacing": true,
"jsxSingleQuote": true,
"plugins": ["prettier-plugin-tailwindcss"],
"printWidth": 120,
"semi": true,
"singleAttributePerLine": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"plugins": ["prettier-plugin-tailwindcss"]
"trailingComma": "all"
}
17 changes: 1 addition & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"jest-chrome": "^0.8.0",
"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^14.0.1",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.3",
"publint": "^0.2.4",
"react": "18.3.1",
Expand Down
1 change: 0 additions & 1 deletion packages/sdk-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"@types/node": "^18.19.33",
"nock": "^13.0.7",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.0",
"tsup": "*",
"typescript": "*"
},
Expand Down

0 comments on commit 2bfaf06

Please sign in to comment.