mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
8 lines
177 B
JavaScript
8 lines
177 B
JavaScript
/** @type {import('prettier').Config} */
|
|
module.exports = {
|
|
singleQuote: true,
|
|
arrowParens: 'always',
|
|
trailingComma: 'all',
|
|
plugins: ['prettier-plugin-tailwindcss'],
|
|
};
|