mirror of
https://github.com/meshtastic/web.git
synced 2026-01-26 08:19:13 -05:00
5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
module.exports = {
|
|
trailingComma: "none",
|
|
plugins: [require("prettier-plugin-tailwindcss")]
|
|
};
|