.prettierrc12 lines · main
| 1 | { |
| 2 | "semi": true, |
| 3 | "singleQuote": true, |
| 4 | "trailingComma": "all", |
| 5 | "printWidth": 100, |
| 6 | "tabWidth": 2, |
| 7 | "useTabs": false, |
| 8 | "arrowParens": "always", |
| 9 | "bracketSpacing": true, |
| 10 | "endOfLine": "lf", |
| 11 | "plugins": ["prettier-plugin-tailwindcss"] |
| 12 | } |