@zthun/janitor-htmlhint-config
v19.5.6
Published
A shared configuration for htmlhint for @zthun scoped projects.
Downloads
92
Readme
HTMLHint Config
This is the shared htmlhint configuration for zthun scoped projects. Note that currently, as of htmlhint 0.14.x, extendable configs are not supported, but janitor-lint indirectly adds support for it.
Getting Started
# NPM
npm install @zthun/janitor-htmlhint-config --save-dev
# Yarn
yarn add @zthun/janitor-htmlhint-config --devUsage
In the htmlhint config file, add the following
{
"extends": ["@zthun/janitor-htmlhint-config"]
}That's it. You now have the recommended rules for zthun scoped projects.
HTMLHint
The actual HTMLHint application does NOT support the extends pattern without janitor-lint.
