Skip to content

Commit

Permalink
update legacy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Sep 25, 2024
1 parent e73ed30 commit 8fb4598
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/_archive/linters-and-formatters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -84,7 +78,6 @@ Notes:

<!-- Links -->

[webhint]: https://marketplace.visualstudio.com/items?itemName=webhint.vscode-webhint
[prettier]: https://prettier.io
[eslint]: https://eslint.org
[checkstyle]: https://checkstyle.sourceforge.io/
Expand Down

0 comments on commit 8fb4598

Please sign in to comment.