mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-02 05:23:39 +01:00
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
![]() |
const config = {
|
||
|
plugins: [require("prettier-plugin-organize-imports")],
|
||
|
};
|
||
|
|
||
|
module.exports = config;
|