mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +01:00
16 lines
302 B
JSON
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"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|