You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 vuotta sitten
1234567891011121314151617181920212223242526
  1. engines:
  2. duplication:
  3. enabled: true
  4. config:
  5. languages:
  6. - ruby
  7. - javascript:
  8. mass_threshold: 58
  9. - python
  10. - php
  11. eslint:
  12. enabled: true
  13. fixme:
  14. enabled: true
  15. ratings:
  16. paths:
  17. - "src/**/*"
  18. exclude_paths:
  19. - test/
  20. - coverage/
  21. - dist/
  22. - example/
  23. - "react-i18next.js"
  24. - "react-i18next.min.js"
  25. - "rollup.config.js"
  26. - "src/shallowEqual.js"