Browse Source

fix: package.json

pull/133/head
Himself65 4 years ago
parent
commit
6bb1725673
  1. 2
      package.json

2
package.json

@ -13,7 +13,7 @@
"commit": "cz" "commit": "cz"
}, },
"lint-staged": { "lint-staged": {
"./src/**/*.{ts,js,jsx,tsx}": [ "./pages/**/*.{ts,js,jsx,tsx}": [
"yarn lint --fix", "yarn lint --fix",
"yarn format" "yarn format"
] ]

Loading…
Cancel
Save