mirror of
https://github.com/gethomepage/homepage.git
synced 2026-02-06 09:26:55 +00:00
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
|
|
const config = {
|
||
|
|
plugins: [require("prettier-plugin-organize-imports")],
|
||
|
|
};
|
||
|
|
|
||
|
|
module.exports = config;
|