FlareSolverr.js/.prettierrc.json

9 lines
178 B
JSON
Raw Normal View History

2023-08-18 01:16:03 +02:00
{
"trailingComma": "all",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"arrowParens": "always",
"parser":"typescript",
"bracketSpacing": true
}