crystal-ball/babel-base

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
# https://docs.codeclimate.com/docs/advanced-configuration#section-default-check-configurations
version: '2'
checks:
  # Allow 50 lines in functions
  method-lines:
    config:
      threshold: 50
exclude_patterns:
  - '**/*.spec.js'