| { | |
| "printWidth": 100, | |
| "semi": false, | |
| "singleQuote": true, | |
| "trailingComma": "none", | |
| "endOfLine": "auto", | |
| "plugins": ["prettier-plugin-tailwindcss"], | |
| "tailwindConfig": "./tailwind.config.js", | |
| "tabWidth": 2, | |
| "useTabs": false, | |
| "bracketSpacing": true, | |
| "arrowParens": "always", | |
| "quoteProps": "as-needed", | |
| "bracketSameLine": false, | |
| "proseWrap": "preserve" | |
| } | |