htmllint / htmllint-cli

A command line interface for htmllint.
ISC License
59 stars 32 forks source link

Include htmllint default config #19

Closed paul-barry-kenzan closed 6 years ago

paul-barry-kenzan commented 7 years ago

Based on the TODO within lib/default_cfg.json, there's a need to include the default htmllint configuration values.

Currently, running htmllint init generates an empty file.

{
    // names of npm modules to load into htmllint
    "plugins": []

    // TODO: export htmllint's default cfg
}