mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 12:18:48 +00:00
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
const config = {
|
|
plugins: [require("prettier-plugin-organize-imports")],
|
|
};
|
|
|
|
module.exports = config;
|