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