• Stars
    star
    296
  • Rank 137,536 (Top 3 %)
  • Language Vue
  • License
    MIT License
  • Created about 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The website for Gridsome.org

gridsome.org

This is the Git repository for gridsome.org. Feel free to contribute πŸ₯³

Linting Markdown

We use markdownlint-cli to enforce style consistency rules on the documentation. The linter runs automatically on every push and pull request via GitHub Actions.

You can check your changes for linter errors by running:

yarn markdown:lint

The linter can automatically fix certain classes of failure. To accept these fixes, run:

yarn markdown:fix