mirror of
https://github.com/cupcakearmy/prettier.git
synced 2025-09-04 00:40:41 +00:00
9 lines
305 B
JavaScript
9 lines
305 B
JavaScript
/** @type {import("@ianvs/prettier-plugin-sort-imports").PrettierConfig} */
|
|
export default {
|
|
semi: false,
|
|
printWidth: 120,
|
|
|
|
plugins: ["@ianvs/prettier-plugin-sort-imports", "prettier-plugin-packagejson"],
|
|
importOrder: ["<BUILT_IN_MODULES>", "", "<THIRD_PARTY_MODULES>", "", "^[$]", "", "^[.]"],
|
|
}
|