Skip to content

Commit

Permalink
chore(tooling): vscode settings, extensions, cleanup workspace deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sammccord committed Jun 11, 2024
1 parent d0040f7 commit ec1118d
Show file tree
Hide file tree
Showing 9 changed files with 150 additions and 3,152 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
node_modules/
.turbo
Empty file removed .turbo/cookies/1.cookie
Empty file.
Empty file removed .turbo/cookies/2.cookie
Empty file.
227 changes: 0 additions & 227 deletions .turbo/daemon/133cc111f0ffa3db-turbo.log.2024-06-11

This file was deleted.

7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"biomejs.biome",
"trailofbits.slither-vscode",
"NomicFoundation.hardhat-solidity"
]
}
30 changes: 18 additions & 12 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome",
"editor.codeActionsOnSave": {
"quickfix.biome": "explicit",
"source.organizeImports.biome": "explicit"
},
"[javascript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[typescriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
},
"slither.solcPath": "",
"slither.hiddenDetectors": [],
"wake.compiler.solc.remappings": [
Expand All @@ -21,19 +36,10 @@
"modular-account/=packages/evm/lib/modular-account/",
"openzeppelin/=packages/evm/lib/modular-account/lib/openzeppelin-contracts/contracts/"
],
"cSpell.words": [
"CGDA",
"IERC",
"viem",
"wagmi"
],
"cSpell.words": ["CGDA", "IERC", "viem", "wagmi"],
"wake.lsp.compilation_delay": 3,
"wake.lsp.detectors.enable": true,
"wake.detectors.exclude_paths": [
"node_modules",
"lib",
"packages/evm/lib"
],
"wake.detectors.exclude_paths": ["node_modules", "lib", "packages/evm/lib"],
"wake.compiler.solc.exclude_paths": [
"node_modules",
"venv",
Expand All @@ -54,4 +60,4 @@
"lib"
],
"solidity.compileUsingRemoteVersion": "v0.8.25+commit.b61c2a91"
}
}
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.1",
"@boost/eslint-config": "workspace:*",
"@boost/typescript-config": "workspace:*",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.5",
"@commitlint/cli": "^19.3.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@boost/eslint-config": "workspace:*",
"@boost/typescript-config": "workspace:*",
"@nomicfoundation/hardhat-foundry": "^1.1.1",
"@nomicfoundation/hardhat-ignition": "^0.15.0",
"@nomicfoundation/hardhat-ignition-viem": "^0.15.0",
Expand Down
Loading

0 comments on commit ec1118d

Please sign in to comment.