Skip to content
Snippets Groups Projects
Commit b2d73f23 authored by insert's avatar insert
Browse files

Add reasonable defaults to prettier.

parent 70676270
Branches
No related merge requests found
tabWidth: 4
\ No newline at end of file
module.exports = {
"tabWidth": 4,
"useTabs": true,
"trailingComma": "all",
"jsxBracketSameLine": true,
"importOrder": ["/(lib)", "/(redux)", "/(context)", "/(ui|common)|.svg$", "^[./]"],
"importOrderSeparation": true,
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment