mirror of
https://github.com/cupcakearmy/prettier.git
synced 2025-09-05 17:30:40 +00:00
add tailwind and update
This commit is contained in:
8
.prettierrc.js
Normal file
8
.prettierrc.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/** @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>", "", "^[$]", "", "^[.]"],
|
||||
}
|
Reference in New Issue
Block a user