setup project level linting with flake8

project level formatting with prettier
project level formatting with yapf
This commit is contained in:
smilerz
2024-04-05 08:36:32 -05:00
parent f14acc371d
commit 38b22f3a56
6 changed files with 111 additions and 29 deletions

View File

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