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

Commit

Permalink
Disable no-plusplus rule in old crypto module
Browse files Browse the repository at this point in the history
  • Loading branch information
willclarktech committed Jul 31, 2017
1 parent e307a0a commit 6ca1a29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transactions/crypto.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* plus signing and verifying of transactions.
* @class crypto
*/
/* eslint-disable no-plusplus */

const crypto = require('crypto-browserify');
const constants = require('../constants.js');
Expand Down

0 comments on commit 6ca1a29

Please sign in to comment.