diff --git a/docs/src/docs/integrations.md b/docs/src/docs/integrations.md index f83f5e3..4c50404 100644 --- a/docs/src/docs/integrations.md +++ b/docs/src/docs/integrations.md @@ -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/) + ::: diff --git a/docs/src/static/py/PyYAML-99-py3-none-any.whl b/docs/src/static/py/PyYAML-99-py3-none-any.whl index 6537fb9..6943b54 100644 Binary files a/docs/src/static/py/PyYAML-99-py3-none-any.whl and b/docs/src/static/py/PyYAML-99-py3-none-any.whl differ diff --git a/docs/src/static/py/cssbeautifier-99-py3-none-any.whl b/docs/src/static/py/cssbeautifier-99-py3-none-any.whl index d7d2b5b..8e987da 100644 Binary files a/docs/src/static/py/cssbeautifier-99-py3-none-any.whl and b/docs/src/static/py/cssbeautifier-99-py3-none-any.whl differ diff --git a/docs/src/static/py/djlint-99-py3-none-any.whl b/docs/src/static/py/djlint-99-py3-none-any.whl index 842f4d1..e779802 100644 Binary files a/docs/src/static/py/djlint-99-py3-none-any.whl and b/docs/src/static/py/djlint-99-py3-none-any.whl differ diff --git a/docs/src/static/py/jsbeautifier-99-py3-none-any.whl b/docs/src/static/py/jsbeautifier-99-py3-none-any.whl index de7dd80..2445bb1 100644 Binary files a/docs/src/static/py/jsbeautifier-99-py3-none-any.whl and b/docs/src/static/py/jsbeautifier-99-py3-none-any.whl differ diff --git a/docs/src/static/py/regex-2022.10.31-cp310-cp310-macosx_10_9_x86_64.whl b/docs/src/static/py/regex-2022.10.31-cp310-cp310-macosx_10_9_x86_64.whl deleted file mode 100644 index 2a38392..0000000 Binary files a/docs/src/static/py/regex-2022.10.31-cp310-cp310-macosx_10_9_x86_64.whl and /dev/null differ diff --git a/docs/src/static/py/regex-2022.10.31-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl b/docs/src/static/py/regex-2022.10.31-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl new file mode 100644 index 0000000..59247dd Binary files /dev/null and b/docs/src/static/py/regex-2022.10.31-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl differ diff --git a/package.json b/package.json index cb0a5fe..8aa03ac 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/pyproject.toml b/pyproject.toml index 61c606b..c56f427 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "]