Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 7e31d15

Browse files
ricardogracaArcanemagus
authored andcommitted
Don't lint html.erb and html.ruby scopes (#154)
* Don't lint html.erb and html.ruby scopes This linter doesn't handle ERB and Ruby, but it pretends to which causes a lot of false errors on ERB templates to the point where it's nearly impossible to edit any ERB file with htmlhint enabled. Additionally there is a proper ERB linter available in the linter-erb package.
1 parent cf72e27 commit 7e31d15

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@
1818
"default": [
1919
"text.html.angular",
2020
"text.html.basic",
21-
"text.html.erb",
2221
"text.html.gohtml",
2322
"text.html.jsp",
24-
"text.html.mustache",
25-
"text.html.ruby"
23+
"text.html.mustache"
2624
],
2725
"items": {
2826
"type": "string"

0 commit comments

Comments
 (0)