Open Issues Need Help
View All on GitHubAI Summary: Enhance the eslint-plugin-grammar to allow users to specify a confidence threshold for Gramma suggestions. Suggestions with confidence scores below the threshold should be ignored, effectively filtering out less certain corrections. This requires modifying the plugin to accept a new configuration option and integrating the confidence score check into the suggestion processing logic.
Complexity:
3/5
good first issue