Skip to content

Commit

Permalink
Initialize mono repo
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotorres97 committed Oct 25, 2023
1 parent d1eff9c commit a1e8c2a
Show file tree
Hide file tree
Showing 13 changed files with 5,941 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
coverage
dist
node_modules
13 changes: 13 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
env:
node: true
extends:
- eslint:recommended
- uphold
- plugin:@typescript-eslint/recommended
parser: '@typescript-eslint/parser'
parserOptions:
sourceType: module
plugins:
- '@typescript-eslint'
- vitest
root: true
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*.dump
*.dump.bz2.gpg
.eslintcache
coverage
dist
node_modules
npm-debug.log*
yarn.lock
Loading

0 comments on commit a1e8c2a

Please sign in to comment.