Update es lint config to ES6 - #408
Conversation
|
@jvigliotta , code looks good but i still cannot successfully run |
|
@jvigliotta , fixed the build error in this branch locally and ran. There are a lot of linting errors. |
|
|
|
d3e2344 to
b346641
Compare
davetsay
left a comment
There was a problem hiding this comment.
both sonarcube findings can be fixed in this pr.
There is a inline fix not related to the code change that should be fixed.
running npm run lint results in errors, most likely due to the back merged code
There was a problem hiding this comment.
This is actually checking for maxIterations + 1, since currentIteration is 0 indexed.
There was a problem hiding this comment.
yeah >= should cover it
|





Closes: #407
This will fix our
npm run lintandnpm run lint:fixcommands.