mirror of
https://github.com/unraid/api.git
synced 2026-05-05 14:41:54 -05:00
ab11e7ff7f
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated code formatting tools to include support for Tailwind CSS-specific formatting. * Adjusted code formatting issue reporting from errors to warnings for a smoother development experience. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: mdatelle <mike@datelle.net> Co-authored-by: Eli Bosley <ekbosley@gmail.com>
8 lines
175 B
JSON
8 lines
175 B
JSON
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"printWidth": 105,
|
|
"singleQuote": true,
|
|
"plugins": ["@ianvs/prettier-plugin-sort-imports", "prettier-plugin-tailwindcss"]
|
|
}
|