Skip to content

Commit

Permalink
Merge pull request #1077 from privacy-scaling-explorations/dependabot…
Browse files Browse the repository at this point in the history
…/npm_and_yarn/dev/prettier-3.2.4

chore(deps-dev): bump prettier from 3.2.2 to 3.2.4
  • Loading branch information
0xmad authored Jan 22, 2024
2 parents 34867ce + d09cd0e commit 24c0bd4
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions circuits/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "./build"
"outDir": "./build",
},
"include": ["./ts"]
"include": ["./ts"],
}
4 changes: 2 additions & 2 deletions cli/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "./build"
"outDir": "./build",
},
"include": ["./ts", "./tests"],
"files": ["./hardhat.config.ts"]
"files": ["./hardhat.config.ts"],
}
4 changes: 2 additions & 2 deletions contracts/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "./build"
"outDir": "./build",
},
"include": ["./ts", "./tests", "./typechain-types"],
"files": ["./hardhat.config.ts"]
"files": ["./hardhat.config.ts"],
}
4 changes: 2 additions & 2 deletions core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "./build"
"outDir": "./build",
},
"include": ["./ts"]
"include": ["./ts"],
}
4 changes: 2 additions & 2 deletions crypto/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "./build"
"outDir": "./build",
},
"include": ["./ts"]
"include": ["./ts"],
}
4 changes: 2 additions & 2 deletions domainobjs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "./build"
"outDir": "./build",
},
"include": ["./ts"]
"include": ["./ts"],
}
4 changes: 2 additions & 2 deletions integrationTests/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "./build"
"outDir": "./build",
},
"include": ["./ts"],
"files": ["./hardhat.config.ts"]
"files": ["./hardhat.config.ts"],
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"is-ci": "^3.0.1",
"lerna": "^8.0.2",
"lint-staged": "^15.1.0",
"prettier": "^3.2.2",
"prettier": "^3.2.4",
"prettier-plugin-solidity": "^1.3.1",
"solhint": "^4.1.1",
"typedoc": "^0.25.7",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"composite": true,
"incremental": true,
"declarationMap": true,
"stripInternal": true
"stripInternal": true,
},
"exclude": ["node_modules"],
"include": ["./**/ts", "./**/typechain-types"]
"include": ["./**/ts", "./**/typechain-types"],
}
4 changes: 2 additions & 2 deletions website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"incremental": true,
"declarationMap": true,
"sourceMap": true,
"stripInternal": true
"stripInternal": true,
},
"include": ["./src", "./docusaurus.config.ts"]
"include": ["./src", "./docusaurus.config.ts"],
}

0 comments on commit 24c0bd4

Please sign in to comment.