build(projects): update deps, add prettier format command

This commit is contained in:
Soybean
2023-03-12 22:45:39 +08:00
parent cc13fcc8aa
commit 36e5feac98
14 changed files with 906 additions and 2159 deletions

View File

@ -1,11 +1,17 @@
module.exports = {
extends: ['soybeanjs-vue'],
extends: ['soybeanjs/vue'],
overrides: [
{
files: ['./scripts/*.ts'],
rules: {
'no-unused-expressions': 'off'
}
},
{
files: ['*.vue'],
rules: {
'no-undef': 'off' // use tsc to check the ts code of the vue
}
}
],
settings: {