From 457b4bc1da93d75055b535fed88bc0e775ea1664 Mon Sep 17 00:00:00 2001 From: sharpshark28 Date: Sun, 20 Aug 2017 20:59:59 -0500 Subject: [PATCH] Code climate yml --- .codeclimate.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..0fa0944 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,11 @@ +engines: + duplication: + enabled: false + config: + languages: + - javascript: +ratings: + paths: + - "**.js" +exclude_paths: +- "node_modules/**/*"