Bundled prettier config in package.json

This commit is contained in:
Ferdinand Thiessen 2021-01-31 15:04:48 +01:00
parent 6e50a510eb
commit ba0696c3c0
3 changed files with 5 additions and 10 deletions

View File

@ -1,5 +0,0 @@
{
"singleQuote": true,
"semi": true,
"printWidth": 100
}

View File

@ -1,5 +0,0 @@
module.exports = {
singleQuote: true,
semi: true,
printWidth: 100
};

View File

@ -17,6 +17,11 @@
"quasar": "^2.0.0-alpha.15",
"vue-router": "4.0.3"
},
"prettier": {
"singleQuote": true,
"semi": true,
"printWidth": 100
},
"devDependencies": {
"@quasar/app": "^3.0.0-alpha.8",
"@quasar/quasar-app-extension-qcalendar": "^3.3.4",