mirror of
https://github.com/blyssprivacy/sdk.git
synced 2026-01-10 07:38:20 -05:00
15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"singleQuote": true,
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"trailingComma": "none",
|
|
"semi": true,
|
|
"arrowParens": "avoid",
|
|
"plugins": [
|
|
"prettier-plugin-jsdoc"
|
|
],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true,
|
|
"jsdocPrintWidth": 80,
|
|
"parser": "typescript"
|
|
} |