mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2026-03-10 12:53:57 +00:00
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
module.exports = {
|
|
plugins: [require.resolve("prettier-plugin-tailwindcss")],
|
|
singleQuote: false,
|
|
trailingComma: "none"
|
|
};
|