Explorar el Código

chore: lint yaml and yml in lint-staged config

Paul Razvan Berg hace 3 años
padre
commit
585f39c172
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .lintstagedrc

+ 1 - 1
.lintstagedrc

@@ -1,5 +1,5 @@
 {
-  "*.{js,json,md,sol,ts}": [
+  "*.{js,json,md,sol,ts,yaml,yml}": [
     "prettier --config ./.prettierrc.yaml --write"
   ]
 }