mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 06:09:40 +03:00
36 lines
653 B
Plaintext
36 lines
653 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf",
|
|
"parser": "babel-ts",
|
|
"overrides": [
|
|
{
|
|
"files": "*.html",
|
|
"options": { "parser": "html" }
|
|
},
|
|
{
|
|
"files": "*.css",
|
|
"options": { "parser": "css" }
|
|
},
|
|
{
|
|
"files": "*.scss",
|
|
"options": { "parser": "scss" }
|
|
},
|
|
{
|
|
"files": "*.vue",
|
|
"options": { "parser": "vue" }
|
|
},
|
|
{
|
|
"files": "*.component.html",
|
|
"options": { "parser": "angular" }
|
|
},
|
|
{
|
|
"files": ".prettierrc",
|
|
"options": { "parser": "json" }
|
|
}
|
|
]
|
|
}
|