mirror of
https://github.com/zhigang1992/Recoil.git
synced 2026-01-12 22:51:35 +08:00
16 lines
246 B
Plaintext
16 lines
246 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": false,
|
|
"jsxBracketSameLine": true,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.js"],
|
|
"options": {
|
|
"parser": "flow"
|
|
}
|
|
}
|
|
]
|
|
}
|