prettier-config/index.js

11 lines
222 B
JavaScript
Raw Permalink Normal View History

2022-08-26 16:23:55 +02:00
module.exports = {
plugins: ['prettier-plugin-tailwindcss'],
2023-11-01 14:00:58 +01:00
tailwindFunctions: ["tv"],
2022-08-26 16:23:55 +02:00
trailingComma: 'none',
jsxSingleQuote: true,
semi: false,
singleQuote: true,
bracketSameLine: true,
printWidth: 120
2022-08-26 16:23:55 +02:00
}