refactor: move prettier config file to package.json

This commit is contained in:
dec0dOS 2021-03-29 00:31:26 +03:00
parent d163690497
commit 049fb47b95
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +0,0 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false
}

View file

@ -22,6 +22,12 @@
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"standard-version": "^9.1.1" "standard-version": "^9.1.1"
}, },
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false
},
"commitlint": { "commitlint": {
"extends": [ "extends": [
"@commitlint/config-conventional" "@commitlint/config-conventional"