Skip to content

Commit

Permalink
Merge commit 'e7c0781db3bcfd79670191c120974251d3daadf7' into feature/…
Browse files Browse the repository at this point in the history
…init_with_root

# Conflicts:
#	account-compression/sdk/tests/accounts/concurrentMerkleTreeAccount.test.ts
  • Loading branch information
StanChe committed Aug 22, 2024
2 parents 623df91 + e7c0781 commit 8f9d3e6
Show file tree
Hide file tree
Showing 312 changed files with 8,658 additions and 10,642 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = { // E: 'module' is not defined.
module.exports = {
extends: ['turbo', '@solana/eslint-config-solana', '@solana/eslint-config-solana/jest'],
root: true,
};
11 changes: 11 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
docs
lib
test-ledger
node_modules
dist
generated
.mypy_cache
*.yml
*.yaml
*.md
*.json
9 changes: 9 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"useTabs": false,
"tabWidth": 4,
"arrowParens": "always",
"printWidth": 80
}
Loading

0 comments on commit 8f9d3e6

Please sign in to comment.