react_redux_toolkit/02_lesson_starter/.prettierrc.json

9 lines
132 B
JSON
Raw Normal View History

2023-03-07 15:28:45 +11:00
{
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
2023-03-07 16:43:16 +11:00
"printWidth": 80,
"arrowParens": "always"
2023-03-07 15:28:45 +11:00
}