1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/.floe/config.json
Nicholas Haley ab24264df9
docs: spelling and grammar (#6007)
<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️ -->

## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->
This is a demo that uses [Floe](https://www.floe.dev/) to review the
`how-to` directory using the `spelling-and-grammar` rule.

You can read more about the tool here: https://www.floe.dev/docs
2024-01-23 19:52:10 +01:00

16 lines
302 B
JSON

{
"$schema": "https://unpkg.com/@floe/config@0.1.0-beta.13/schema.json",
"reviews": {
"maxFileEvaluations": 33,
"maxDiffEvaluations": 20
},
"rulesets": {
"docs": {
"include": ["**/*.md", "**/*.mdx"],
"rules": {
"spelling-and-grammar": "warn"
}
}
}
}