linter-tidy
Linter plugin for HTML, using tidy
AtomLinter 168,244 262 2.4.0 MIT GitHub
  • Archived

    Source Code has been archived

linter-tidy

This package will lint your .html opened files in Atom through tidy-html5.

Installation

Settings

You can configure linter-tidy by editing ~/.atom/config.cson (choose Open Your Config in Atom menu):

'linter-tidy':
  'tidyExecutablePath': null # tidy path. run 'which tidy' to find the path
  'grammarScopes': [
    'text.html.basic'
  ] # A list of grammar scopes to lint with Tidy.