1 Open Issue Need Help Last updated: Jun 16, 2025

Open Issues Need Help

View All on GitHub

AI 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

Grammer check in eslint plugin with Gramma

JavaScript