7 lines
142 B
JavaScript
7 lines
142 B
JavaScript
/** @type {import('prettier').Options} */
|
|
module.exports = {
|
|
singleQuote: true,
|
|
semi: true,
|
|
plugins: ['prettier-plugin-tailwindcss'],
|
|
}
|