🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@tomer/prettier-config

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tomer/prettier-config - npm Package Compare versions

Comparing version
2.2.0
to
3.0.0
+2
-2
package.json
{
"name": "@tomer/prettier-config",
"version": "2.2.0",
"version": "3.0.0",
"author": {

@@ -26,3 +26,3 @@ "name": "Tomer Aberbach",

"engines": {
"node": ">= 18"
"node": ">= 20"
},

@@ -29,0 +29,0 @@ "exports": {

@@ -21,4 +21,4 @@ export default {

// Plugins
plugins: [`prettier-plugin-tailwindcss`],
plugins: [import.meta.resolve(`prettier-plugin-tailwindcss`)],
tailwindFunctions: [`clsx`],
}