update config,

This commit is contained in:
louiscklaw
2025-04-21 03:40:36 +08:00
parent 5a746b3c3a
commit 3679924a6a
2 changed files with 19 additions and 1 deletions

View File

@@ -29,6 +29,14 @@ const config = {
'^[./]',
],
plugins: ['@ianvs/prettier-plugin-sort-imports'],
overrides: [
{
files: ['*.tsx'],
options: {
singleAttributePerLine: true,
},
},
],
};
export default config;

View File

@@ -47,6 +47,16 @@
"_del"
//
],
"excludeFiles": ["*.bak", "*.log", "*.tmp", "*.bug", "*.del", "*.draft", "* copy *.tsx", "* copy.tsx"]
"excludeFiles": [
//
"*.bak",
"*.log",
"*.tmp",
"*.bug",
"*.del",
"*.draft",
"* copy *.tsx",
"* copy.tsx"
]
}
}