Skip to content

Commit

Permalink
add ethereum-indexer-fs
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed Mar 25, 2024
1 parent 6ad1a9a commit dafea76
Show file tree
Hide file tree
Showing 15 changed files with 694 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/ethereum-indexer-fs/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
24 changes: 24 additions & 0 deletions packages/ethereum-indexer-fs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
3 changes: 3 additions & 0 deletions packages/ethereum-indexer-fs/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dist/
node_modules/
package.json
7 changes: 7 additions & 0 deletions packages/ethereum-indexer-fs/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"useTabs": true,
"singleQuote": true,

"printWidth": 120,
"bracketSpacing": false
}
Loading

0 comments on commit dafea76

Please sign in to comment.