eslint-formatter-checkstyle
Version:
ESLint’s official `checkstyle` formatter, unofficially published as a standalone module
10 lines (6 loc) • 573 B
Markdown
# eslint-formatter-checkstyle
> ESLint's `checkstyle` formatter as a standalone package
## Demo
```xml
<checkstyle version="4.3"><file name="foo.js"><error line="5" column="10" severity="error" message="Unexpected foo. (foo)" source="eslint.rules.foo" /></file><file name="bar.js"><error line="6" column="11" severity="warning" message="Unexpected bar. (bar)" source="eslint.rules.bar" /></file><file name="baz.js"><error line="1" column="1" severity="error" message="Fatal error parsing file." source="" /></file></checkstyle>
```