Feast 2.0!
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

13 行
160 B

  1. {
  2. "version": "2.0.0",
  3. "tasks": [
  4. {
  5. "type": "eslint",
  6. "problemMatcher": [
  7. "$eslint-stylish"
  8. ],
  9. "label": "eslint: lint whole folder"
  10. }
  11. ]
  12. }