jsoncrack.com/.prettierrc
2022-12-18 13:59:25 +03:00

18 lines
383 B
Plaintext

{
"trailingComma": "es5",
"singleQuote": false,
"semi": true,
"printWidth": 100,
"arrowParens": "avoid",
"importOrder": [
"^(react/(.*)$)|^(react$)",
"^(next/(.*)$)|^(next$)",
"<THIRD_PARTY_MODULES>",
"^components/(.*)$",
"^utils/(.*)$",
"^assets/(.*)$",
"^[./]"
],
"importOrderParserPlugins": ["typescript", "jsx", "decorators-legacy"]
}