capsule-lint
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "capsule-lint", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "The official Capsule linting package.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -74,3 +74,3 @@ import { Rule } from 'htmlhint/types'; | ||
event.line, | ||
event.raw.indexOf(attr.raw) + 1, | ||
event.col + event.raw.indexOf(attr.raw.trim()), | ||
this, | ||
@@ -77,0 +77,0 @@ attr.raw |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1033982