diff --git a/package.json b/package.json index 2b685ffe..26e9d0a8 100644 --- a/package.json +++ b/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"