Skip to content

Commit

Permalink
feat: add asset json (#27)
Browse files Browse the repository at this point in the history
* add asset json type for sdk.

* replace asset type and move to project folder.

* fix (but duplicates) invalid enum

* add eslint config

* update api

* remove comments

Co-authored-by: gonpombo8 <[email protected]>
  • Loading branch information
leanmendoza and gonpombo8 authored Nov 25, 2021
1 parent a8f6f19 commit 1d0a8ae
Show file tree
Hide file tree
Showing 75 changed files with 3,385 additions and 926 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
13 changes: 13 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"extends": "@dcl/eslint-config",
"parserOptions": {
"project": [
"tsconfig.json",
"test/tsconfig.json"
]
},
"rules": {
"@typescript-eslint/no-namespace": "off",
"@typescript-eslint/no-non-null-assertion": "off"
}
}
Loading

0 comments on commit 1d0a8ae

Please sign in to comment.