moved prettier configuration to .prettierrc

This commit is contained in:
smilerz
2024-04-11 07:27:22 -05:00
parent 971f8f3dad
commit c33c4ed79b
4 changed files with 32 additions and 23 deletions

View File

@@ -98,12 +98,5 @@
"resolutions": {
"@vue/cli-plugin-pwa/workbox-webpack-plugin": "^5.1.3",
"coa": "2.0.2"
},
"prettier": {
"printWidth": 179,
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"experimentalTernaries": true
}
}