diff --git a/.codeclimate.yml b/.codeclimate.yml index b19f475a..6ed0167a 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,4 +1,4 @@ -engines: +engines: eslint: enabled: true scss-lint: @@ -9,4 +9,4 @@ ratings: paths: - "lib/**" exclude_paths: - - **.spec.js + - "**.spec.js"