mirror of
https://github.com/zhigang1992/styled-components.git
synced 2026-01-12 22:52:39 +08:00
10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"printWidth": 100,
|
|
"jsxBracketSameLine": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5"
|
|
}
|