From 8fb45988d68e68d42e9450d71b28c440bbbc566a Mon Sep 17 00:00:00 2001 From: Thomas Schaffter Date: Wed, 25 Sep 2024 00:25:40 +0000 Subject: [PATCH] update legacy docs --- docs/_archive/linters-and-formatters.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/_archive/linters-and-formatters.md b/docs/_archive/linters-and-formatters.md index 14130397e5..cf6cbb0ee5 100644 --- a/docs/_archive/linters-and-formatters.md +++ b/docs/_archive/linters-and-formatters.md @@ -7,18 +7,12 @@ | File type | File extension | Linter | | ---------- | -------------- | ---------------- | | Dockerfile | `Dockerfile` | [hadolint] | -| HTML | `*.html` | [Webhint] | +| HTML | `*.html` | Prettier | | Java | `*.java` | [Checkstyle] | | SCSS | `*.scss` | [VS Code (SCSS)] | | TypeScript | `*.ts` | [ESLint] | | XML | `*.xml` | - | -### Webhint - -Linter: - -- Webhint - VS Code extension - Linter configuration: - `.hintrc` @@ -84,7 +78,6 @@ Notes: -[webhint]: https://marketplace.visualstudio.com/items?itemName=webhint.vscode-webhint [prettier]: https://prettier.io [eslint]: https://eslint.org [checkstyle]: https://checkstyle.sourceforge.io/