mirror of
https://github.com/yashgo0018/maci-wrapper.git
synced 2026-05-04 03:00:44 -04:00
9 lines
234 B
JSON
9 lines
234 B
JSON
{
|
|
"arrowParens": "avoid",
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"importOrder": ["^react$", "^next/(.*)$", "<THIRD_PARTY_MODULES>", "^@heroicons/(.*)$", "^~~/(.*)$"],
|
|
"importOrderSortSpecifiers": true
|
|
}
|