Browse Source

Merge pull request #401 from danditomaso/feat--add-formatting-linting-on-staging

pull/405/head
Hunter Thornsberry 1 year ago
committed by GitHub
parent
commit
30158ca5c5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      package.json

3
package.json

@ -18,6 +18,9 @@
"simple-git-hooks": {
"pre-commit": "npm run check:fix && npm run format"
},
"lint-staged": {
"*.{ts,tsx}": ["npm run check:fix", "npm run format"]
},
"repository": {
"type": "git",
"url": "git+https://github.com/meshtastic/web.git"

Loading…
Cancel
Save