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

13 行
138 B

  1. {
  2. "plugins": [
  3. "cypress"
  4. ],
  5. "env": {
  6. "mocha": true,
  7. "cypress/globals": true
  8. },
  9. "rules": {
  10. "strict": "off"
  11. }
  12. }