gitbeaker/.codeclimate.yml
Justin Dalrymple 15c841c15b fix: Fixing some minor bugs (#486)
* fix: Change mapping import to be dynamic and fix old reference to humps
* chore: Removing default exports
* fix: Cleaning up .d.ts export
* docs: Adding browser example
* fix: Fixing rollup config

closes: #485
closes: #475
2019-10-28 14:10:54 +01:00

23 lines
321 B
YAML

engines:
tslint:
enabled: true
config: tslint.json
shellcheck:
enabled: true
duplication:
enabled: true
config:
languages:
typescript:
mass_threshold: 70
count_threshold: 3
ratings:
paths:
- '**.ts'
exclude_paths:
- node_modules
- coverage
- dist