Files
tlsn-js/.prettierrc.json
2023-11-14 09:41:01 +03:00

9 lines
162 B
JSON

{
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always"
}