UNPKG

1.06 kBMarkdownView Raw
1# eslint-formatter-stylish
2
3> ESLint’s official `stylish` formatter, unofficially published as a standalone module
4
5This 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.
6
7**Important:** If you're using ESLint, you do not need this package, the formatter is built into ESLint.
8
9## Links
10
11- [Formatter output example](https://eslint.org/docs/user-guide/formatters/#stylish)
12- [The original formatter’s source](https://github.com/eslint/eslint/tree/master/lib/cli-engine/formatters/stylish.js)
13- [npm package contents](https://www.unpkg.com/browse/eslint-formatter-stylish/)
14- [Repository of the publisher tool](https://github.com/fregante/eslint-formatters)
15
16**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 💚