mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
* 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
23 lines
321 B
YAML
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
|