Explorar o código

chore: lint yaml and yml in lint-staged config

Paul Razvan Berg %!s(int64=3) %!d(string=hai) anos
pai
achega
585f39c172
Modificáronse 1 ficheiros con 1 adicións e 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"
   ]
 }