Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 533 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 533 Bytes

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.