25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
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. }