.codeclimate.yml 208 B

12345678910111213141516
  1. ---
  2. engines:
  3. duplication:
  4. enabled: true
  5. config:
  6. languages:
  7. - javascript
  8. eslint:
  9. enabled: true
  10. fixme:
  11. enabled: true
  12. ratings:
  13. paths:
  14. - "lib/*.js"
  15. exclude_paths:
  16. - "dist/*"