Skip to content

Commit 80efbf5

Browse files
committed
Updated .gitignore and removed foundry linter
1 parent 067182c commit 80efbf5

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ typechain-types
1818
#Hardhat files
1919
cache
2020
artifacts
21+
22+
# Yarn files
23+
.yarn/
24+
.yarnrc.yml

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"test:gas": "UPDATE_SNAPSHOT=1 yarn test --grep gas",
6868
"test:all": "UPDATE_SNAPSHOT=1 yarn test:hardhat && forge test --isolate",
6969
"prettier:fix": "prettier --write '**/*.ts' && prettier --write '**/*.json'",
70-
"lint": "yarn prettier:fix && forge fmt",
71-
"lint:check": "prettier --check '**/*.ts' && forge fmt --check"
72-
}
70+
"lint": "yarn prettier:fix",
71+
"lint:check": "prettier --check '**/*.ts'"
72+
},
73+
"packageManager": "[email protected]+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f"
7374
}

0 commit comments

Comments
 (0)