diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000..f0813311 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,15 @@ +engines: + duplication: + enabled: true + config: + languages: + javascript: + mass_threshold: 50 + eslint: + enabled: true + +ratings: + paths: + - "**.js" + +exclude_paths: