UNPKG
prettier-config-harry
Version:
latest (1.0.1)
1.0.1
A shared Prettier config with Tailwind support and Harry's preferred formatting rules.
prettier-config-harry
/
package.json
13 lines
(12 loc)
•
281 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"prettier-config-harry"
,
"version"
:
"1.0.1"
,
"main"
:
"index.js"
,
"peerDependencies"
:
{
"prettier"
:
"^3.0.0"
,
"prettier-plugin-tailwindcss"
:
"^0.5.6"
}
,
"keywords"
:
[
"prettier"
,
"config"
,
"tailwind"
,
"harry"
]
,
"author"
:
"Harry"
,
"license"
:
"MIT"
}