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

1234567891011121314151617181920212223242526272829
  1. {
  2. "extends": [
  3. "development"
  4. ],
  5. "hints": {
  6. "axe/name-role-value": [
  7. "default",
  8. {
  9. "button-name": "off"
  10. }
  11. ],
  12. "compat-api/css": [
  13. "default",
  14. {
  15. "ignore": [
  16. "user-select"
  17. ]
  18. }
  19. ],
  20. "axe/forms": [
  21. "default",
  22. {
  23. "label": "off",
  24. "select-name": "off"
  25. }
  26. ],
  27. "button-type": "off"
  28. }
  29. }