Из публикуемого пакета убраны лишние файлы

This commit is contained in:
Valentin Silytuin
2021-09-30 22:12:41 +04:00
parent 017f911668
commit 79e8f0ef67
3 changed files with 17 additions and 15 deletions

15
.prettierrc Normal file
View File

@@ -0,0 +1,15 @@
{
"printWidth": 120,
"tabWidth": 4,
"useTabs": true,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "es5",
"bracketSpacing": false,
"arrowParens": "always",
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"vueIndentScriptAndStyle": false,
"endOfLine": "lf"
}