Summary
Add markdownlint validation for documentation, and consider enabling eslint (oxlint + oxfmt) for the website project.
Tasks
Context
This will catch common markdown issues (formatting, broken links, etc.) automatically in CI, similar to Python code validation.
Based on discussion: apify/apify-sdk-python#747 (comment)
Summary
Add
markdownlintvalidation for documentation, and consider enablingeslint(oxlint + oxfmt) for the website project.Tasks
markdownlintandmarkdownlint-clitowebsite/package.jsonlint:mdandlint:md:fixscripts to package.jsoneslint(oxlint + oxfmt) forwebsite/projectContext
This will catch common markdown issues (formatting, broken links, etc.) automatically in CI, similar to Python code validation.
Based on discussion: apify/apify-sdk-python#747 (comment)