We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running npm run lint does not lint the markdown files because the lintall task has not been configured to locate them.
npm run lint
lintall
Steps to reproduce the behavior:
The markdown files should have been linted, and produce no errors.
The text was updated successfully, but these errors were encountered:
feat: add Markdown linting to Gruntfile
adda1a7
Fix Markdown linting issues, add CI for linting. See: fluid-project/handbook.floeproject.org#38
No branches or pull requests
Describe the bug
Running
npm run lint
does not lint the markdown files because thelintall
task has not been configured to locate them.To reproduce
Steps to reproduce the behavior:
npm run lint
Expected behavior
The markdown files should have been linted, and produce no errors.
The text was updated successfully, but these errors were encountered: