-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* lint relayer * chore(e2e): add prettier ignore file * chore(justfile): make e2e lint configurable * add lint action
- Loading branch information
1 parent
de13d8e
commit 714a7fc
Showing
3 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Files and folders that Prettier must ignore | ||
artifacts/** | ||
cache/** | ||
typechain-types/** | ||
cloudwalk-contracts/*.sh | ||
cloudwalk-contracts/repos/** | ||
cloudwalk-contracts/patches/** | ||
cloudwalk-contracts/integration/artifacts/** | ||
cloudwalk-contracts/integration/cache/** | ||
cloudwalk-contracts/integration/typechain-types/** | ||
cloudwalk-contracts/integration/node_modules/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters