Skip to content

Commit

Permalink
chore: review updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Aug 27, 2024
1 parent 937653f commit eb04c2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
foundry
contracts/**/*.sol
contracts

.gitignore
.prettierignore
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"compile": "hardhat compile",
"lint:sol": "solhint 'contracts/**/*.sol'",
"lint:sol:fix": "yarn lint:sol --fix",
"lint:ts": "eslint . --max-warnings=0 --flag unstable_ts_config",
"lint:ts": "eslint . --max-warnings=0",
"lint:ts:fix": "yarn lint:ts --fix",
"lint": "yarn lint:sol && yarn lint:ts",
"format": "prettier . --write",
Expand All @@ -32,7 +32,7 @@
},
"lint-staged": {
"./**/*.ts": [
"eslint --max-warnings=0 --flag unstable_ts_config"
"eslint --max-warnings=0"
],
"./**/*.{ts,md,json}": [
"prettier --write"
Expand Down

0 comments on commit eb04c2b

Please sign in to comment.