Commit 80ea12bc authored by LianaHus's avatar LianaHus

disabled eqeqeq line

parent b04c5343
var yo = require('yo-yo')
var BN = require('ethereumjs-util').BN
/* jslint eqeqeq: false */
/* jslint eqeq: false */
module.exports = {
formatSelf: formatSelf,
extractData: extractData
......@@ -70,7 +67,7 @@ function fontColor (data) {
color = 'var(--green)'
} else if (data.type === 'string') {
color = 'var(--teal)'
} else if (data.self == 0x0) {
} else if (data.self == 0x0) { // eslint-disable-line
color = 'var(--gray)'
}
return 'color:' + color
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment