- 添加eslint,不允许使用console输出
- 根据prettier配置格式化整个项目的代码
- 修改prettier.config.mjs: 标签换行 - 修改eslint.config.mjs: 允许自闭合标签(如<br />)