diff --git a/lefthook.yml b/lefthook.yml index 60f7ec7b9..ce040fed7 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -8,5 +8,5 @@ pre-commit: glob: '*.{js,ts,jsx,tsx}' run: yarn eslint {staged_files} stylelint: - glob: '*.{js,ts,jsx,tsx}' + glob: '*.{js,ts,jsx,tsx,scss,css}' run: yarn lint:css {staged_files} \ No newline at end of file