Revert "moved prettier configuration to .prettierrc"

This reverts commit c33c4ed79b.
This commit is contained in:
smilerz
2024-04-11 18:24:44 -05:00
parent 714242b6df
commit cc24964368
4 changed files with 24 additions and 33 deletions

View File

@@ -98,5 +98,12 @@
"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
}
}