mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +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,
|
||||
reportCheckstylePath: null,
|
||||
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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user