@tomer/prettier-config
Advanced tools
+2
-2
| { | ||
| "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": { |
+1
-1
@@ -21,4 +21,4 @@ export default { | ||
| // Plugins | ||
| plugins: [`prettier-plugin-tailwindcss`], | ||
| plugins: [import.meta.resolve(`prettier-plugin-tailwindcss`)], | ||
| tailwindFunctions: [`clsx`], | ||
| } |
4106
0.51%