mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
5 lines
88 B
JavaScript
5 lines
88 B
JavaScript
// prettier.config.js
|
|
module.exports = {
|
|
plugins: ["prettier-plugin-tailwindcss"],
|
|
};
|