This package will lint your .html
opened files in Atom through tidy.
- Install tidy
$ apm install language-html
(if you don't have language-html installed)$ apm install linter
(if you don't have linter installed)$ apm install linter-tidy
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