Drop CSSLint as it's an abandoned project

This commit is contained in:
Oleh Prypin
2023-12-30 12:51:59 +01:00
parent 4ad084eb6e
commit 94544bdc6b
6 changed files with 14 additions and 68 deletions

View File

@@ -200,7 +200,6 @@ dependencies = [
spelling = 'codespell mkdocs docs *.* -S LC_MESSAGES -S "*.min.js" -S "lunr*.js" -S fontawesome-webfont.svg -S tinyseg.js'
markdown = "npm exec --yes -- markdownlint-cli README.md CONTRIBUTING.md docs/ --ignore docs/CNAME"
js = "npm exec --yes -- jshint mkdocs/"
css = "npm exec --yes -- csslint --quiet mkdocs/"
check = ["markdown", "js", "css", "spelling"]
[tool.hatch.env.collectors.mkdocs.docs]