Skip to content

Commit

Permalink
🔁 Bump prettier to Version 3.2.5
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Feb 4, 2024
1 parent 988648e commit 4c1ff85
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"hardhat-abi-exporter": "^2.10.1",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^1.0.10",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"prettier-plugin-solidity": "^1.3.1",
"solhint": "^4.1.1",
"solidity-coverage": "^0.8.6",
Expand Down
40 changes: 25 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"declaration": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"resolveJsonModule": true
},
"include": [
"./scripts/**/*.ts",
"./test/**/*.ts",
"./deploy/**/*.ts",
"./typechain-types/**/*.ts",
"./typechain-types/**/*.ts"
],
"files": ["./hardhat.config.ts"],
"files": ["./hardhat.config.ts"]
}

0 comments on commit 4c1ff85

Please sign in to comment.