We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66660d9 commit e046df1Copy full SHA for e046df1
ReadMe.md
@@ -27,7 +27,7 @@ You can set words to skip assertion with the regular expression.
27
```json
28
"rule": {
29
"ginger": {
30
- "skipRegExps": ["[Jj]ava *[Ss]cript"]
+ "skipPatterns": ["/[Jj]ava *[Ss]cript/"]
31
}
32
33
```
0 commit comments