Skip to content

Commit

Permalink
style:代码格式化及调整
Browse files Browse the repository at this point in the history
对多个文件进行了代码格式化,调整了代码的缩进、换行和注释样式,以提高代码的
可读性和一致性。此外,还优化了组件、服务和配置文件的结构和内容。
  • Loading branch information
vnobo committed Jun 25, 2024
1 parent 9bc4c43 commit cd7bf95
Show file tree
Hide file tree
Showing 50 changed files with 18,460 additions and 14,959 deletions.
13 changes: 13 additions & 0 deletions ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,24 @@
],
"scripts": []
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"projects/app/**/*.ts",
"projects/app/**/*.html"
],
"eslintConfig": "projects/app/eslint.config.js"
}
}
}
}
},
"cli": {
"schematicCollections": [
"@angular-eslint/schematics"
],
"analytics": "bd3de7c2-93a4-43d7-94b4-5a79092aeb72"
}
}
Loading

0 comments on commit cd7bf95

Please sign in to comment.