Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 8f9d3e6

Browse files
committed
Merge commit 'e7c0781db3bcfd79670191c120974251d3daadf7' into feature/init_with_root
# Conflicts: # account-compression/sdk/tests/accounts/concurrentMerkleTreeAccount.test.ts
2 parents 623df91 + e7c0781 commit 8f9d3e6

File tree

312 files changed

+8658
-10642
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

312 files changed

+8658
-10642
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = { // E: 'module' is not defined.
1+
module.exports = {
22
extends: ['turbo', '@solana/eslint-config-solana', '@solana/eslint-config-solana/jest'],
33
root: true,
44
};

.prettierignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
docs
2+
lib
3+
test-ledger
4+
node_modules
5+
dist
6+
generated
7+
.mypy_cache
8+
*.yml
9+
*.yaml
10+
*.md
11+
*.json

.prettierrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"semi": true,
3+
"singleQuote": true,
4+
"trailingComma": "es5",
5+
"useTabs": false,
6+
"tabWidth": 4,
7+
"arrowParens": "always",
8+
"printWidth": 80
9+
}

0 commit comments

Comments
 (0)