Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@html-validate/stylish

html-validate487.5kMIT4.2.0TypeScript support: included

ESLint compatible stylish formatter

stylish, eslint

readme

ESLint compatible stylish formatter

Standalone, API compatible and refactored version of the popular stylish formatter from ESLint.

changelog

@html-validate/stylish changelog

4.2.0 (2023-07-30)

Features

  • deps: require nodejs 16 or later (6b5d531)

4.1.0 (2023-06-10)

Features

4.0.1 (2023-05-03)

Bug Fixes

4.0.0 (2023-04-14)

⚠BREAKING CHANGES

  • this package now only provides named exports
-import stylish from "@html-validate/stylish"
+import { stylish } from "@html-validate/stylish"

Features

3.0.1 (2022-05-25)

Bug Fixes

3.0.0 (2022-05-15)

⚠BREAKING CHANGES

  • require node 14

Features

Dependency upgrades

  • deps: pin dependency text-table to 0.2.0 (50c2ea1)

2.0.1 (2021-07-25)

Bug Fixes

  • set sideEffects to false (21f4a79)

2.0.0 (2021-06-27)

⚠BREAKING CHANGES

  • require NodeJS 12

Features

1.0.1 (2021-04-27)

Dependency upgrades

  • deps: replace chalk with kleur (6d80b65)

1.0.0 (2020-11-15)

Features

  • fork and migrate to typescript with testcases (652f4be)

Bug Fixes