Skip to content

Commit d769942

Browse files
committed
remove prettier-plugin
1 parent c66df43 commit d769942

3 files changed

Lines changed: 3 additions & 87 deletions

File tree

index.json

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

package-lock.json

Lines changed: 1 addition & 83 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"postversion": "git push && git push --tags"
3232
},
3333
"peerDependencies": {
34-
"prettier": "^3.0.0",
35-
"prettier-plugin-tailwindcss": "^0.6.5"
34+
"prettier": "^3.0.0"
3635
}
3736
}

0 commit comments

Comments
 (0)