Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "0.2",
"words": [
"ZIZMOR"
],
"allowCompoundWords": true,
"language": "en,en-US",
"ignorePaths": [
".cspell.json"
],
"useGitignore": true
}
20 changes: 20 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

# Apply for all files
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

# Apply for markdown files
[*.md]

max_line_length = off
trim_trailing_whitespace = false
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 1
cooldown:
default-days: 7
Comment thread
coliff marked this conversation as resolved.
groups:
github-actions:
patterns:
- "*"
44 changes: 44 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: Lint Code Base

on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
branches-ignore:
- "dependabot/**"

permissions:
contents: read

jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest

permissions:
contents: read
packages: read
statuses: write

steps:
- name: Checkout Code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
persist-credentials: false

- name: Super-linter
uses: super-linter/super-linter/slim@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.0
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
IGNORE_GITIGNORED_FILES: true
LINTER_RULES_PATH: /
LOG_LEVEL: NOTICE
SUPPRESS_POSSUM: true
VALIDATE_ALL_CODEBASE: false
VALIDATE_BIOME_FORMAT: false
VALIDATE_BIOME_LINT: false
VALIDATE_GIT_COMMITLINT: false
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.Spotlight-V100
.TemporaryItems
.Trashes

package-lock.json
pnpm-lock.yaml
yarn.lock
bun.lockb
bun.lock

.vscode
.idea
.DS_Store
.env
.env.local
.env.development.local
3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

22 changes: 2 additions & 20 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,10 @@

First, thank you for considering contributing to the Awesome HTMLHint! It's people like you that make the open source community such a great community! 😊

We welcome any type of contribution, not only code. You can help with
- **QA**: file bug reports, the more details you can give the better (e.g. screenshots with the console open)
- **Marketing**: writing blog posts, howto's, printing stickers, ...
- **Community**: presenting the project at meetups, organizing a dedicated meetup for the local community, ...
- **Code**: take a look at the [open issues](https://github.com/thedaviddias/awesome-htmlhint/issues). Even if you can't write code, commenting on them, showing that you care about a given issue matters. It helps us triage them.

## Your First Contribution

Working on your first Pull Request? You can learn how from this *free* series, [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github).

## Submitting code

Any code change should be submitted as a pull request. The description should explain what the code does and give steps to execute it. The pull request should also contain tests.

## Code review process

The bigger the pull request, the longer it will take to review and merge. Try to break down large pull requests in smaller chunks that are easier to review and merge.
It is also always helpful to have some context for your pull request. What was the purpose? Why does it matter to you?
Any change should be submitted as a pull request. The description should explain what the code does and give steps to execute it.

## Questions

If you have any questions, create an [issue](issue) (protip: do a quick search first to see if someone else didn't ask the same question before!).
You can also reach us at thedaviddias@gmail.com.

<!-- This `CONTRIBUTING.md` is based on @nayafia's template https://github.com/nayafia/contributing-template -->
If you have any questions, create an [issue](https://github.com/htmlhint/awesome-htmlhint/issues) (protip: do a quick search first to see if someone else didn't ask the same question before!).
29 changes: 5 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,20 @@

## Contents

- [Plugins](#plugins)
- [Editors](#editors)
- [Editor Plugins](#editor-plugins)
- [Tools](#tools)
- [Build tools](#build-tools)
- [Online tools](#online-tools)
- [Tutorials](#tutorials)

## Plugins
### Editor Plugins

### Editors

- Visual Studio Code: [vscode-htmlhint](https://github.com/Microsoft/vscode-htmlhint)
- Sublime Text 3: [SublimeLinter-contrib-htmlhint](https://github.com/HTMLHint/SublimeLinter-contrib-htmlhint)
- Brackets: [brackets-htmlhint](https://github.com/HTMLHint/brackets-htmlhint)
- Atom: [linter-htmlhint](https://github.com/AtomLinter/linter-htmlhint)
- Visual Studio Code: [vscode-htmlhint](https://github.com/HTMLHint/vscode-htmlhint)
- Sublime Text 3: [SublimeLinter-contrib-htmlhint](https://github.com/HTMLHint/SublimeLinter-contrib-htmlhint)

## Tools

## Build tools

- Grunt: [grunt-htmlhint](https://www.npmjs.com/package/grunt-htmlhint)
- Gulp: [gulp-htmlhint](https://www.npmjs.com/package/gulp-htmlhint)
- Webpack: [htmlhint-loader](https://www.npmjs.com/package/htmlhint-loader)

## Online tools

- Inspecode: [HTMLHint on Inspecode](https://inspecode.rocro.com/help/tools/htmlhint.html)

## Tutorials

- [HTMLHint Linter Codemirror Integration](https://www.youtube.com/watch?v=LjZI8bPSatY)

## Contribute

Contributions welcome! Read the [contribution guidelines](contributing.md) first.
Expand All @@ -44,6 +26,5 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first

[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](http://creativecommons.org/publicdomain/zero/1.0)

To the extent possible under law, David Dias has waived all copyright and
To the extent possible under law, HTMLHint has waived all copyright and
related or neighboring rights to this work.
`
28 changes: 11 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
{
"name": "awesome-htmlhint",
"version": "1.0.0",
"description": "> This is an awesome list",
"main": "index.js",
"scripts": {

"description": "htmlhint list",
"homepage": "https://github.com/htmlhint/awesome-htmlhint#readme",
"bugs": {
"url": "https://github.com/htmlhint/awesome-htmlhint/issues"
},
"devDependencies": {
"awesome-lint": "*"
},
"repository": {
"type": "git",
"url": "git+https://thedaviddias@github.com/thedaviddias/awesome-htmlhint.git"
"url": "git+https://github.com/htmlhint/awesome-htmlhint.git"
},
"keywords": [
"awesome"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thedaviddias/awesome-htmlhint/issues"
},
"homepage": "https://github.com/thedaviddias/awesome-htmlhint#readme"
"license": "MIT",

Copilot AI Feb 25, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package.json sets license to MIT, but the README's License section indicates the project is released under CC0 (badge + waiver text). These should be consistent; either update package.json to the correct SPDX identifier (e.g., CC0-1.0) or update the README/license files to match MIT.

Suggested change
"license": "MIT",
"license": "CC0-1.0",

Copilot uses AI. Check for mistakes.
"author": "HTMLHint",
"scripts": {
"prettier": "npx prettier --write \"**/*.{md,yml}\"",
"spellcheck": "npx cspell \"*.md\" --no-progress"
}
}