mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
20 lines
444 B
Plaintext
20 lines
444 B
Plaintext
{
|
|
"trailingComma": "es5",
|
|
"singleQuote": false,
|
|
"semi": true,
|
|
"printWidth": 100,
|
|
"arrowParens": "avoid",
|
|
"importOrder": [
|
|
"^(react/(.*)$)|^(react$)",
|
|
"^(next/(.*)$)|^(next$)",
|
|
"^@mantine/core",
|
|
"^@mantine",
|
|
"styled",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"^src/(.*)$",
|
|
"^[./]"
|
|
],
|
|
"importOrderParserPlugins": ["typescript", "jsx", "decorators-legacy"],
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports"]
|
|
}
|