Compare commits

...

2 Commits

Author SHA1 Message Date
265cec59d9
🚀 bump version 1.0.5 2023-11-01 14:01:19 +01:00
947a685668
add support for tailwind variants 2023-11-01 14:00:58 +01:00
3 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1 @@
.DS_Store
node_modules
*.log

View File

@ -1,5 +1,6 @@
module.exports = {
plugins: ['prettier-plugin-tailwindcss'],
tailwindFunctions: ["tv"],
trailingComma: 'none',
jsxSingleQuote: true,
semi: false,

View File

@ -1,6 +1,6 @@
{
"name": "@walidoux/prettier-config",
"version": "1.0.4",
"version": "1.0.5",
"description": "Walidoux's Prettier config.",
"author": "Walid Korchi",
"license": "MIT",