ignore linting rule

pull/7/head
Iuri Matias 6 years ago
parent 7c3f76f919
commit 925c4b1a58
  1. 2
      remix-tests/src/compiler.js

@ -4,7 +4,7 @@ var async = require('async')
var path = require('path')
let RemixCompiler = require('remix-solidity').Compiler
String.prototype.regexIndexOf = function (regex, startpos) {
String.prototype.regexIndexOf = function (regex, startpos) { // eslint-disable-line
var indexOf = this.substring(startpos || 0).search(regex)
return (indexOf >= 0) ? (indexOf + (startpos || 0)) : indexOf
}

Loading…
Cancel
Save