JulienPradet/react-flip

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  eslint:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
        javascript:
          mass_threshold: 100

ratings:
  paths:
  - src/**/*.js

exclude_paths:
- demo
- "**.test.js"