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