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

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

2
.npmignore Normal file
View File

@ -0,0 +1,2 @@
test
.prettierrc

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"
}

View File

@ -12,20 +12,5 @@
}, },
"devDependencies": { "devDependencies": {
"postcss": "^8.2.8" "postcss": "^8.2.8"
},
"prettier": {
"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"
} }
} }