Skip to content

Commit

Permalink
Merge pull request #83 from TxnLab/dev
Browse files Browse the repository at this point in the history
chore: release v0.7.0
  • Loading branch information
pbennett authored Apr 18, 2024
2 parents 2cca13b + 052df04 commit 2620fa0
Show file tree
Hide file tree
Showing 45 changed files with 21,562 additions and 20,018 deletions.
2 changes: 1 addition & 1 deletion contracts/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": ["@typescript-eslint"],
"plugins": ["@typescript-eslint", "prettier"],
"rules": {
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/ban-ts-comment": "warn",
Expand Down
4 changes: 2 additions & 2 deletions contracts/.prettierrc.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# .prettierrc.toml
trailingComma = "es5"
trailingComma = "all"
tabWidth = 4
semi = true
semi = false
singleQuote = true
printWidth = 120
2,957 changes: 1,649 additions & 1,308 deletions contracts/__test__/contracts.test.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 2620fa0

Please sign in to comment.