Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AtomLinter/linter-htmlhint
Linter plugin for html, using htmlhint
https://github.com/AtomLinter/linter-htmlhint
Last synced: 3 months ago
JSON representation
Linter plugin for html, using htmlhint
- Host: GitHub
- URL: https://github.com/AtomLinter/linter-htmlhint
- Owner: AtomLinter
- Archived: true
- Created: 2014-06-19T09:38:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T17:28:28.000Z (over 1 year ago)
- Last Synced: 2024-05-10T22:32:22.940Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 921 KB
- Stars: 40
- Watchers: 4
- Forks: 19
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# linter-htmlhint
A plugin for [Linter] providing an interface to [HTMLHint]. It will be
used with files that have the syntax.## Installation
The [Linter] package will be installed for you to provide an interface to this package. If you are using an alternative debugging interface that supports linter plugins simply disable [Linter].
```ShellSession
$ apm install linter-htmlhint
```## Config
This plugin will search for a [HTMLHint] configuration file called `.htmlhintrc` and use that file if it exists in any parent folder. It will stop at the first `.htmlhintrc` file found.
## Settings
You can configure `linter-htmlhint` in Atom's Settings.
[linter]: https://github.com/atom-community/linter "Linter"
[HTMLHint]: https://github.com/htmlhint/HTMLHint "HTMLHint"