Skip to content

pdehaan/lang-html-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lang-html-lint

HTML linter for .lang files.

USAGE

$ time npx pdehaan/lang-html-lint './locale/**/*.lang'

OUTPUT

// npx: installed 27 in 3.717s
// npx pdehaan/lang-html-lint './locale/**/*.lang'  26.01s user 2.44s system 121% cpu 23.445 total

[
  {
    "file": "./locale/an/firefox/new/quantum.lang",
    "errors": [
      {
        "column": 64,
        "code": "E042",
        "data": {},
        "rule": "tag-close",
        "file": "./locale/an/firefox/new/quantum.lang",
        "html": "La tuya descargar empecipiará automaticament. No ha funcionau? <a id=\"%(id)s\" href=\"%(fallback_url)s\">Preba tornarndo-lo a descargar."
      }
    ]
  },
  ...
]

About

HTML linter for .lang files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published