eslint-formatter-jslint-xml
Version:
ESLint’s official `jslint-xml` formatter, unofficially published as a standalone module
10 lines (6 loc) • 463 B
Markdown
# eslint-formatter-jslint-xml
> ESLint's `jslint-xml` formatter as a standalone package
## Demo
```xml
<jslint><file name="foo.js"><issue line="5" char="10" evidence="" reason="Unexpected foo. (foo)" /></file><file name="bar.js"><issue line="6" char="11" evidence="" reason="Unexpected bar. (bar)" /></file><file name="baz.js"><issue line="1" char="1" evidence="" reason="Fatal error parsing file." /></file></jslint>
```