mirror of
https://github.com/theoludwig/react-component-form.git
synced 2024-07-17 07:30:13 +02:00
11 lines
197 B
Plaintext
11 lines
197 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"semi": false,
|
|
"tabWidth": 2,
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"arrowParens": "always",
|
|
"trailingComma": "none"
|
|
}
|