From 177def4ca9f04c4056b4b2b2435d8c7e68f6dd4d Mon Sep 17 00:00:00 2001 From: Scott Larkin Date: Fri, 3 Feb 2017 15:49:31 -0500 Subject: [PATCH] Create .codeclimate.yml Created a Code Climate config with ESLint and our duplication engine enabled. --- .codeclimate.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..f081331 --- /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: