Commit 19f05039 authored by ioedeveloper's avatar ioedeveloper

Fixed linting error

parent 96bff4b6
import './index'
\ No newline at end of file
import './index'
......@@ -14,4 +14,4 @@ module.exports = config => {
child_process: 'empty'
}
}
}
\ No newline at end of file
}
......@@ -72,7 +72,8 @@
"apps/remix-ide/build/**/*.js",
"apps/remix-ide/src/app/editor/mode-solidity.js",
"apps/remix-ide/soljson.js",
"apps/remix-ide/assets/js/**/*.js"
"apps/remix-ide/assets/js/**/*.js",
"apps/remix-ide/src/assets/js/**/*.js"
]
}
},
......
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