mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Drop CSSLint as it's an abandoned project
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user