mirror of
https://github.com/SrIzan10/osu-radio.git
synced 2026-05-01 10:55:12 +00:00
10 lines
214 B
JavaScript
10 lines
214 B
JavaScript
/** @type {import("prettier").Options} */
|
|
export default {
|
|
printWidth: 100,
|
|
plugins: [
|
|
"@trivago/prettier-plugin-sort-imports",
|
|
"prettier-plugin-tailwindcss",
|
|
"prettier-plugin-packagejson",
|
|
],
|
|
};
|