2018-08-01 10:25:13 +00:00
|
|
|
{
|
|
|
|
"printWidth": 120,
|
|
|
|
"tabWidth": 4,
|
|
|
|
"singleQuote": true,
|
|
|
|
"jsxBracketSameLine": true,
|
2018-12-20 08:56:59 +00:00
|
|
|
"arrowParens": "always",
|
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"files": "*.svg",
|
|
|
|
"options": { "parser": "html" }
|
|
|
|
}
|
|
|
|
]
|
2018-08-01 10:25:13 +00:00
|
|
|
}
|