diff --git a/.bettercodehub.yml b/.bettercodehub.yml new file mode 100644 index 00000000..0e0befbf --- /dev/null +++ b/.bettercodehub.yml @@ -0,0 +1,14 @@ +component_depth: 2 +languages: +- javascript + +- name: javascript + production: + exclude: + - .*\.test\.js + - .*\/__test__\/.*\.js + - .*\/__mock__\/.*\.js + test: + include: + - .*\.test\.js + - .*\/__test__\/.*\.js