mirror of
https://github.com/alexgo-io/brc20-indexer-contracts.git
synced 2026-01-12 14:34:24 +08:00
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"tabWidth": 2,
|
|
"arrowParens": "avoid",
|
|
"trailingComma": "all",
|
|
"printWidth": 80,
|
|
"plugins": ["prettier-plugin-organize-imports"]
|
|
}
|