Files
rcs5.0_new/packages/rcs_5.0/eslint使用说明.md
T
2025-05-19 17:29:51 +08:00

24 lines
333 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ESlint使用说明
## 1. vscode配置
1. 安装拓展ESlint
2. vscode点击设置
2. 打开setting.json文件编辑
3. 输入配置
```
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "vue",
"autoFix": true
},
"vue"
],
"eslint.autoFixOnSave": true
```
4. 保存重启