mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-25 15:57:18 +00:00
fix(lint): Fix html-lint error about "lang" attr
This avoids a new error from `html-lint` about the "lang" attr on `<html>` tags, which isn't applicable to templates. Change-Type: patch
This commit is contained in:
parent
df95ab1217
commit
5e6f7e41e6
@ -45,7 +45,8 @@ angularValidate.validate(
|
|||||||
reportpath: null,
|
reportpath: null,
|
||||||
reportCheckstylePath: null,
|
reportCheckstylePath: null,
|
||||||
relaxerror: [
|
relaxerror: [
|
||||||
'Expected a minus sign or a digit'
|
'Expected a minus sign or a digit',
|
||||||
|
'Consider adding a “lang” attribute to the “html” start tag to declare the language of this document.'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
).then((result) => {
|
).then((result) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user