-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
currently the .htmlhintrc
needs to be specified relative to the project root.
Maybe something like this would be much nicer:
- Try to autodetect file based on the current filepath up to the project root
- When file is found -> use (no explicit htmlhintrc setting needed)
- When file is specified, use specified one
- Specified rules will overwrite rules in .htmlhintrc