lnbits/.prettierrc
dni ⚡ 2976168387
FIX: prettier formatting (#1395)
* prettier

* depreceation warning, and reformatting with new prettier verison
2023-01-23 14:23:30 +01:00

13 lines
243 B
Plaintext

{
"semi": false,
"arrowParens": "avoid",
"insertPragma": false,
"printWidth": 80,
"proseWrap": "preserve",
"singleQuote": true,
"trailingComma": "none",
"useTabs": false,
"bracketSameLine": false,
"bracketSpacing": false
}