Explorar el Código

Fixed stylelint pre-commit config

John-Scott Atlakson hace 1 año
padre
commit
5f3585d5f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .pre-commit-config.yaml

+ 1 - 1
.pre-commit-config.yaml

@@ -33,7 +33,7 @@ repos:
     rev: v15.10.3
     hooks:
       - id: stylelint
-        files: \.scss$
+        files: \.css$
         additional_dependencies:
           - stylelint@15.11.0
           - stylelint-config-standard@34.0.0