mirror of
https://github.com/hustcc/echarts-for-react.git
synced 2026-02-01 16:47:00 +00:00
10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"printWidth": 120,
|
|
"arrowParens": "always",
|
|
"endOfLine": "auto"
|
|
}
|