mirror of
https://github.com/placeholder-soft/sui-data-sync.git
synced 2026-01-12 15:24:47 +08:00
11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"tabWidth": 2,
|
|
"arrowParens": "avoid",
|
|
"trailingComma": "all",
|
|
"printWidth": 80,
|
|
"plugins": [
|
|
"prettier-plugin-organize-imports"
|
|
]
|
|
} |