eslint-formatter-checkstyle
Version:
ESLint’s official `checkstyle` formatter, unofficially published as a standalone module
17 lines (10 loc) • 1.08 kB
Markdown
# eslint-formatter-checkstyle
> ESLint’s official `checkstyle` formatter, unofficially published as a standalone module
This package has been extracted from [ESLint’s repository](https://github.com/eslint/eslint/tree/master/lib/cli-engine/formatters) by [@fregante](https://github.com/fregante) so you can use it independently of ESLint.
**Important:** If you're using ESLint, you do not need this package, the formatter is built into ESLint.
## Links
- [Formatter output example](https://eslint.org/docs/user-guide/formatters/#checkstyle)
- [The original formatter’s source](https://github.com/eslint/eslint/tree/master/lib/cli-engine/formatters/checkstyle.js)
- [npm package contents](https://www.unpkg.com/browse/eslint-formatter-checkstyle/)
- [Repository of the publisher tool](https://github.com/fregante/eslint-formatters)
**Note for ESLint’s maintainers:** Open an issue or ping me on Twitter [@fregante](https://twitter.com/fregante) if you'd like to publish these packages yourself as part of a monorepo. I'll gladly pass the npm names to you. Much 💚