Files
exploRUGComponent/.prettierrc.json
2026-04-21 14:54:02 +05:45

8 lines
123 B
JSON

{
"trailingComma": "es5",
"tabWidth": 2,
"singleQuote": true,
"bracketSpacing": false,
"arrowParens": "always"
}