Skip to content

Commit

Permalink
ci: remove annoying HTML linter
Browse files Browse the repository at this point in the history
did not fit in the Node.js ecosystem
  • Loading branch information
Robbert committed Feb 5, 2024
1 parent 4112a60 commit 2b0935b
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 56 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.33.2",
"html-validate": "8.9.1",
"husky": "9.0.10",
"lint-staged": "15.2.1",
"markdownlint-cli": "0.39.0",
Expand All @@ -50,7 +49,6 @@
"lint": "npm-run-all --continue-on-error lint:** lint-workspaces",
"lint:css": "stylelint --allow-empty-input '**/*.{css,scss}'",
"lint:js": "eslint --ext '.js,.json,.jsx,.mdx,.ts,.tsx' --report-unused-disable-directives .",
"lint:html": "find . -type d \\( -name coverage -or -name dist -or -name node_modules -or -name build -or -name tmp \\) -prune -false -o -name '*.html' -print0 | xargs -0 npx html-validate",
"lint:md": "markdownlint '**/*.md'",
"lint:package-json": "npmPkgJsonLint '**/package.json'",
"lint:package-lock": "pnpm ls --recursive",
Expand Down
119 changes: 65 additions & 54 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b0935b

Please sign in to comment.