Spaces:
Runtime error
Runtime error
module.exports = { | |
trailingComma: "all", | |
singleQuote: true, | |
plugins: [require("prettier-plugin-tailwindcss")] | |
}; | |
module.exports = { | |
trailingComma: "all", | |
singleQuote: true, | |
plugins: [require("prettier-plugin-tailwindcss")] | |
}; | |