Skip to content

discussions Search Results · repo:htmlhint/HTMLHint language:TypeScript

9 results
 (74 ms)

9 results

inhtmlhint/HTMLHint (press backspace or delete to remove)

Hi I would like to put a variable in html to integrate the information or session of my user after connection

Hi, I was wondering if we can have the config option take http:// file path ? htmlhint --config https:// some-remote-path /htmlhint.config index.html The idea is to make configuration common for multiple ...

Como esta? Amigos una pregunta alguien sabe como solucionar el código de verificación de insta a mi correo y móvil ? Gracias

For example, I want doctype-first rule only occurs on html file, but not svelte. How to I set this up? Thanks,
  • KiddoVposted
    on Dec 22, 2022
  • 0

I was trying to make HTMLHint to work on other files like *.svelte but failed to do so! I ve tried add this to the setting.json, but it s still not working: { ... htmlhint.documentSelector : [ ...
  • KiddoVposted
    on Nov 10, 2022
  • 1

Hi, what does the function getMapAttrs(event.attrs) do?

Hello team. Is it possible to create rule that will check duplication inside classes or any other attribute? For example this is ok - class= class1 class2 and this is not - class= class1 class2 class1 ...

I want to test the HTMLHint code locally on my HTML files, how can i do that? I have cloned the HTMLHint code and installed it into my HTML File folder using npm install path-to-fullPathToHtmlHintPackage ...

I am very new to coding, and am not sure why htmlhint is not working for me in VSCode. I ve installed W3C Web Validator and it shows many errors with my coding, but HTMLhint doesn t show any errors, and ...