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