@zthun/htmlhint-config

16.0.0 • Public • Published

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 lint-janitor indirectly adds support for it.

Getting Started

# NPM
npm install @zthun/htmlhint-config --save-dev
# Yarn
yarn add @zthun/htmlhint-config --dev

Usage

In the htmlhint config file, add the following

{
  "extends": ["@zthun/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 lint-janitor.

Package Sidebar

Install

npm i @zthun/htmlhint-config

Weekly Downloads

60

Version

16.0.0

License

MIT

Unpacked Size

5.78 kB

Total Files

6

Last publish

Collaborators

  • zthun