mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-21 06:30:35 +03:00
improvements
This commit is contained in:
+18
-2
@@ -2,6 +2,22 @@
|
||||
"printWidth": 150,
|
||||
"tabWidth": 2,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all",
|
||||
"jsxBracketSameLine": true
|
||||
"trailingComma": "es5",
|
||||
"jsxBracketSameLine": true,
|
||||
"arrowParens": "always",
|
||||
"endOfLine": "lf",
|
||||
"overrides": [
|
||||
{
|
||||
"files": "*.vue",
|
||||
"options": { "parser": "vue" }
|
||||
},
|
||||
{
|
||||
"files": "*.component.html",
|
||||
"options": { "parser": "angular" }
|
||||
},
|
||||
{
|
||||
"files": ".prettierrc",
|
||||
"options": { "parser": "json" }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user