diff --git a/.codeclimate.yml b/.codeclimate.yml index bc5c9582..eff2aec3 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,3 +1,14 @@ +--- +engines: + duplication: + enabled: true + config: + languages: + - javascript + eslint: + enabled: true + fixme: + enabled: true ratings: - paths: - - "lib/*" + paths: + - "lib/*"