mirror of
https://github.com/karl0ss/homepage.git
synced 2025-11-12 04:09:38 +00:00
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
|
|
const config = {
|
||
|
|
plugins: [require("prettier-plugin-organize-imports")],
|
||
|
|
};
|
||
|
|
|
||
|
|
module.exports = config;
|