diff --git a/src/docs/images/strictCamelCaseQuickFix.jpg b/src/docs/images/strictCamelCaseQuickFix.jpg new file mode 100644 index 0000000..96208cd Binary files /dev/null and b/src/docs/images/strictCamelCaseQuickFix.jpg differ diff --git a/src/docs/strict-camel-case.md b/src/docs/strict-camel-case.md index 06ce348..2131d0b 100644 --- a/src/docs/strict-camel-case.md +++ b/src/docs/strict-camel-case.md @@ -6,6 +6,11 @@ This rule enforces strict camel case and forbids camel case identifier names tha `hasSuggestions`: suggestions are provided for IDEs that support making suggested changes +#### Suggestion screenshot: + +![VsCode screenshot](https://github.com/adashrod/eslint-plugin-sequence/blob/main/src/docs/images/strictCamelCaseQuickFix.jpg) + + An example of valid names under this rule: ```javascript