Skip to content

Instantly share code, notes, and snippets.

@ProfAvery
Last active June 4, 2017 05:16
Show Gist options
  • Save ProfAvery/2db0c98adc0f5729f6be8c7677d6785c to your computer and use it in GitHub Desktop.
Save ProfAvery/2db0c98adc0f5729f6be8c7677d6785c to your computer and use it in GitHub Desktop.
.htmlhintrc to eliminate "Doctype must be declared first" errors in .hbs files
{
"doctype-first": false
}
@ProfAvery
Copy link
Author

Thanks to @codepoetchris for figuring this out. Drop it in your app/templates directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment