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

15 lines
231 B

4 년 전
  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "rules": {
  5. "func-name-matching": 0,
  6. "indent": [2, 4],
  7. "max-nested-callbacks": [2, 3],
  8. "max-params": [2, 3],
  9. "max-statements": [2, 20],
  10. "no-new-func": [1],
  11. "strict": [0]
  12. }
  13. }