style(config): standardize configuration file formatting

This commit is contained in:
2026-04-07 08:09:09 -04:00
parent a897e8ead1
commit db9d6399dd
5 changed files with 63 additions and 63 deletions

View File

@@ -1,5 +1,5 @@
const config = {
plugins: ["@tailwindcss/postcss"],
plugins: ["@tailwindcss/postcss"],
};
export default config;