2019-07-01 22:38:12 +03:00
|
|
|
{
|
|
|
|
"requirePragma": true,
|
|
|
|
"singleQuote": true,
|
|
|
|
"trailingComma": "all",
|
2024-06-04 22:40:48 +03:00
|
|
|
"bracketSameLine": true,
|
2019-07-01 22:38:12 +03:00
|
|
|
"bracketSpacing": false,
|
2024-06-04 22:40:48 +03:00
|
|
|
"arrowParens": "avoid",
|
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
"*.js",
|
|
|
|
"*.js.flow"
|
|
|
|
],
|
|
|
|
"options": {
|
|
|
|
"parser": "hermes"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2022-12-13 00:47:07 +03:00
|
|
|
}
|