mirror of
https://github.com/penxio/penx.git
synced 2026-04-19 03:03:06 -04:00
17 lines
286 B
Plaintext
17 lines
286 B
Plaintext
{
|
|
"semi": false,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 80,
|
|
"plugins": [
|
|
"@ianvs/prettier-plugin-sort-imports"
|
|
],
|
|
"importOrder": [
|
|
"^react",
|
|
"<BUILTIN_MODULES>",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"^~(.*)$",
|
|
"^[./]"
|
|
]
|
|
} |