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

20 行
219 B

  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "rules": {
  5. "func-name-matching": [2, "always"],
  6. "id-length": 1,
  7. },
  8. "overrides": [
  9. {
  10. "files": "test/**",
  11. "rules": {
  12. "func-name-matching": 0,
  13. },
  14. },
  15. ],
  16. }