Skip to content

Commit

Permalink
add screenshot to camel case doc
Browse files Browse the repository at this point in the history
  • Loading branch information
adashrod committed Aug 15, 2023
1 parent 62ac7da commit 24ee312
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added src/docs/images/strictCamelCaseQuickFix.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/docs/strict-camel-case.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24ee312

Please sign in to comment.