Skip to content

Commit

Permalink
chore: add eslint and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Aug 29, 2023
1 parent f0230d4 commit 290a810
Show file tree
Hide file tree
Showing 14 changed files with 3,617 additions and 308 deletions.
7 changes: 7 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": ["@matterlabs/eslint-config-typescript"],
"rules": {
"no-console": "off",
"no-multiple-empty-lines": ["error", { "max": 1 }]
}
}
Loading

0 comments on commit 290a810

Please sign in to comment.