Skip to content

fix(deps): replace dependency on `eslint` with `@html-validate/stylish`

David Sveningsson requested to merge feature/stylish into master

Reduces dependency tree by 20%

Before

% npm ls --prod | wc -l
501

After

% npm ls --prod | wc -l
403
Edited by David Sveningsson

Merge request reports