wool-data-fetcher/.prettierrc
2024-10-21 08:32:53 +02:00

8 lines
156 B
Text
Executable file

{
"printWidth": 100,
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"arrowParens": "always",
"jsxBracketSameLine": false
}