mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-11 06:22:27 +03:00
10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"arrowParens": "always",
|
|
"jsxBracketSameLine": true
|
|
}
|