Skip to content

Commit c93a2e5

Browse files
committed
style: added prettier tailwind
1 parent 779cc40 commit c93a2e5

File tree

3 files changed

+64
-253
lines changed

3 files changed

+64
-253
lines changed

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"semi": true,
33
"singleQuote": true,
44
"trailingComma": "none",
5-
"printWidth": 90
5+
"printWidth": 90,
6+
"plugins": ["prettier-plugin-tailwindcss"]
67
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,17 @@
7575
"eslint-plugin-cypress": "^2.12.1",
7676
"eslint-plugin-qwik": "1.2.6",
7777
"eslint-plugin-storybook": "^0.6.11",
78-
"html-webpack-plugin": "^5.5.0",
7978
"husky": "^8.0.3",
8079
"jsdom": "22.1.0",
8180
"libphonenumber-js": "1.10.24",
82-
"lodash.includes": "4.3.0",
8381
"ngx-deploy-npm": "^5.0.0",
8482
"node-fetch": "3.3.0",
8583
"np": "7.6.3",
8684
"nx": "16.5.1",
8785
"nx-cloud": "16.1.0",
8886
"postcss": "^8.4.21",
8987
"prettier": "2.8.8",
88+
"prettier-plugin-tailwindcss": "0.4.1",
9089
"pretty-quick": "^3.1.3",
9190
"qwik-nx": "1.0.7",
9291
"react": "18.2.0",

0 commit comments

Comments
 (0)