Skip to content

Commit

Permalink
chore: Lint on pre-commit with husky and lint-staged #2363 (#2364)
Browse files Browse the repository at this point in the history
* Lint on pre-commit with husky and lint-staged

* Don't lint integration-tests on ci
  • Loading branch information
Isla Koenigsknecht authored Mar 18, 2024
1 parent 233725f commit 0418e6a
Show file tree
Hide file tree
Showing 25 changed files with 14,816 additions and 389 deletions.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm run lint-staged
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"eslint*",
"@typescript-eslint/*",
"prettier*",
"lerna"
"lerna",
"husky"
]
}
}
Expand Down
Loading

0 comments on commit 0418e6a

Please sign in to comment.