Skip to content

Commit

Permalink
Fi add gas calculation #23 (#35)
Browse files Browse the repository at this point in the history
* fix: update eslint rule

off the react/prop-types

* refactor
- remove export defaults
- move assets type files in assets folder
- run format package script

* fix: remove ttf font type

* fix: attach in form auto calculating gasLimit, if user don't write own

* info: add todo

* fix: resolve after megre errors
  • Loading branch information
0ashen committed Sep 27, 2021
1 parent 9683a16 commit 1937b46
Show file tree
Hide file tree
Showing 187 changed files with 4,219 additions and 29,171 deletions.
3 changes: 2 additions & 1 deletion website/frontend/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"react/state-in-constructor": ["off"],
"react/jsx-props-no-spreading": ["off"],
"no-console": "off",
"react/static-property-placement": "off"
"react/static-property-placement": "off",
"react/prop-types": "off"
},
"settings": {
"react": {
Expand Down
Loading

0 comments on commit 1937b46

Please sign in to comment.