Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HTMLHint/brackets-htmlhint
Brackets wrapper for HTMLHint
https://github.com/HTMLHint/brackets-htmlhint
brackets brackets-htmlhint html htmlhint javascript
Last synced: 3 months ago
JSON representation
Brackets wrapper for HTMLHint
- Host: GitHub
- URL: https://github.com/HTMLHint/brackets-htmlhint
- Owner: htmlhint
- License: mit
- Archived: true
- Created: 2013-11-01T14:54:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T22:17:42.000Z (over 3 years ago)
- Last Synced: 2024-05-10T22:32:22.041Z (6 months ago)
- Topics: brackets, brackets-htmlhint, html, htmlhint, javascript
- Language: JavaScript
- Size: 41 KB
- Stars: 29
- Watchers: 7
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Brackets HTMLHint
A Brackets wrapper for HTMLHint
🚨 THIS PROJECT IS DEPRECATED 🚨
 How To Use • Contributing • Roadmap • Website## Usage
If you want to change the default rules place a `.htmlhintrc` and/or `.xmlhintrc` file at the project root.
Check the default ruleset [here](https://github.com/htmlhint/HTMLHint/wiki/Usage).Global default options are available under "Debug > Open Preferences File" by adding or modifying "htmlhint.options" and "xmlhint.options".
It also uses "jshint.options" and "csslint.options" for script and style tags.## Licence
Project initially created by [@cfjedimaster](https://github.com/cfjedimaster) and transferred to the [HTMLHint](https://github.com/htmlhint) organization.
[MIT License](./LICENSE)