Merge pull request #496 from nvuillam/patch-1

This commit is contained in:
sur.la.route 2022-12-26 09:50:20 -06:00 committed by GitHub
commit 4a2263e1f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 14 additions and 2 deletions

View file

@ -100,3 +100,15 @@ djLint can use used as formatter in neovim using the `null-ls` plugin.
- [GitHub repository](https://github.com/jose-elias-alvarez/null-ls.nvim)
- [Lint](https://github.com/jose-elias-alvarez/null-ls.nvim/blob/main/lua/null-ls/builtins/diagnostics/djlint.lua#L14)
- [Format](https://github.com/jose-elias-alvarez/null-ls.nvim/blob/main/lua/null-ls/builtins/formatting/djlint.lua#L13)
## MegaLinter
djlint is natively embedded within the 100+ linters of [MegaLinter](https://megalinter.io)
To install it, just run `npx mega-linter-runner --install` and follow instructions
::: content
- [GitHub repository](https://github.com/oxsecurity/megalinter)
- [djlint in MegaLinter documentation](https://megalinter.io/latest/descriptors/html_djlint/)
:::

View file

@ -1,6 +1,6 @@
{
"name": "djlint",
"version": "1.19.8",
"version": "1.19.9",
"description": "HTML Template Linter and Formatter",
"main": "./bin/index.js",
"directories": {

View file

@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name="djlint"
version="1.19.8"
version="1.19.9"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <cpickering@rhc.net>"]