Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
Add Chrome extension support for broadcast (#56)
Browse files Browse the repository at this point in the history
* Add steem-uri

* Add Chrome extension support for broadcast

* Disable underscore dangle lint rule

* Fix import steemuri

* Fix lint error

* Import only encodeOps

* Fix NSP issues

* Use steem:// uri scheme
  • Loading branch information
bonustrack committed Dec 1, 2018
1 parent 8e454af commit f87242a
Show file tree
Hide file tree
Showing 4 changed files with 2,069 additions and 2,088 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
jest: true,
},
rules: {
'no-underscore-dangle': 'off',
'no-console': 'off',
'import/prefer-default-export': 'off',
'prettier/prettier': 'error',
Expand Down
Loading

0 comments on commit f87242a

Please sign in to comment.