Skip to content

4.1.7: Fix crashing when 'line' is not provided by eslint (#283)

Compare
Choose a tag to compare
@kaste kaste released this 21 Oct 10:10
· 65 commits to master since this release

@MicroDroid fixed an edge case where eslint does not provide a line in for an error. Looks like these are always config errors so we just throw the message at the user. 😁