HTML-Lint icon indicating copy to clipboard operation
HTML-Lint copied to clipboard

Feature Request: Options

Open markfaine opened this issue 8 years ago • 0 comments

Seems to be missing options for user configuration.

Options for linting based on usage:

  1. Disable output (currently writes out files to ./temp folder, this isn't always desirable)
  2. Ignore empty tags (might be there for a reason)
  3. Allow specifying legacy document mode (X-UA-Compatible) it's still recommended if using bootstrap

Other options would also be helpful. See other HTML linters for ideas, for example:

  • Line Endings (lf, crlf, false)
  • quoting (single, double)
  • indenting style (tabs/spaces, width)
  • etc.

markfaine avatar Jan 14 '18 19:01 markfaine