diff --git a/sass-lint.yml b/sass-lint.yml index a0d1933..75c4759 100755 --- a/sass-lint.yml +++ b/sass-lint.yml @@ -1,8 +1,8 @@ # sass-lint config to match the AirBNB style guide files: - include: 'app/client/src/**/*.scss' + include: 'src/**/*.scss' ignore: - - 'app/client/src/thirdparty/*' + - 'src/thirdparty/*' options: formatter: stylish merge-default-rules: false