pat310/quick-pivot

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
  # ... CONFIG CONTENT ...
  eslint:
    enabled: true
    config:
      languages:
      - javascript
  fixme:
    enabled: true
ratings:
  paths:
  - "**.js"
  - "**.jsx"
exclude_paths: ["lib", "webpack.config.js"]