mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +00:00
Merge pull request #2166 from resin-io/fix-html-lint
fix(lint): Fix html-lint error about "lang" attr
This commit is contained in:
commit
b1dfbcbceb
@ -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