mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
Merge pull request #496 from nvuillam/patch-1
This commit is contained in:
commit
4a2263e1f3
9 changed files with 14 additions and 2 deletions
|
|
@ -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/)
|
||||
:::
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue