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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
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" |
|
|
|
|