Skip to content

Commit f6aaf7c

Browse files
author
devgioele
committed
add prettier-plugin-tailwindcss plugin as peer dependency
1 parent 99f81e4 commit f6aaf7c

3 files changed

Lines changed: 90 additions & 4 deletions

File tree

index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"$schema": "http://json.schemastore.org/prettierrc",
33
"trailingComma": "all",
44
"semi": false,
5-
"singleQuote": true
5+
"singleQuote": true,
6+
"plugins": ["prettier-plugin-tailwindcss"]
67
}

package-lock.json

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

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@
3232
"prettier": "./index.json",
3333
"devDependencies": {
3434
"prettier": "^3.0.0"
35+
},
36+
"peerDependencies": {
37+
"prettier-plugin-tailwindcss": "^0.4.1"
3538
}
3639
}

0 commit comments

Comments
 (0)