Skip to content

Commit

Permalink
feat: add deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 committed Oct 21, 2021
1 parent a852c9d commit 509fa84
Show file tree
Hide file tree
Showing 10 changed files with 92,778 additions and 17 deletions.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
},
"plugins": ["@typescript-eslint"],
"rules": {
"camelcase": "off"
"camelcase": "off",
"import/no-unresolved": "off",
"import/extensions": "off"
}
}
Loading

0 comments on commit 509fa84

Please sign in to comment.