https://github.com/pdehaan/lang-html-lint
HTML linter for .lang files.
https://github.com/pdehaan/lang-html-lint
htmllint l10n
Last synced: about 2 months ago
JSON representation
HTML linter for .lang files.
- Host: GitHub
- URL: https://github.com/pdehaan/lang-html-lint
- Owner: pdehaan
- License: mpl-2.0
- Created: 2019-06-29T05:12:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T04:21:37.000Z (about 2 years ago)
- Last Synced: 2025-02-12T03:36:52.247Z (3 months ago)
- Topics: htmllint, l10n
- Language: JavaScript
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lang-html-lint
HTML linter for .lang files.
## USAGE
```sh
$ time npx pdehaan/lang-html-lint './locale/**/*.lang'
```### OUTPUT
```js
// 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? Preba tornarndo-lo a descargar."
}
]
},
...
]
```