File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ it by setting it to `false`.
71
71
72
72
##### ` contexts `
73
73
74
- Set this to a string or array of strings representing the AST context
74
+ Set this to an array of strings representing the AST context
75
75
where you wish the rule to be applied (e.g., ` ClassDeclaration ` for ES6 classes).
76
76
Overrides the defaults.
77
77
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Requires that all functions have a description.
9
9
10
10
An options object may have any of the following properties:
11
11
12
- - ` contexts ` - Set to a string or array of strings representing the AST context
12
+ - ` contexts ` - Set to an array of strings representing the AST context
13
13
where you wish the rule to be applied (e.g., ` ClassDeclaration ` for ES6 classes).
14
14
Overrides the defaults.
15
15
- ` exemptedBy ` - Array of tags (e.g., ` ['type'] ` ) whose presence on the document
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ be checked by the rule.
34
34
- ` FunctionExpression `
35
35
- ` MethodDefinition `
36
36
37
- - ` contexts ` - Set this to a string or array of strings representing the additional
37
+ - ` contexts ` - Set this to an array of strings representing the additional
38
38
AST context where you wish the rule to be applied (e.g., ` Property ` for properties).
39
39
40
40
|||
Original file line number Diff line number Diff line change @@ -2321,7 +2321,7 @@ it by setting it to `false`.
2321
2321
<a name =" eslint-plugin-jsdoc-rules-match-description-options-1-contexts " ></a >
2322
2322
##### <code >contexts</code >
2323
2323
2324
- Set this to a string or array of strings representing the AST context
2324
+ Set this to an array of strings representing the AST context
2325
2325
where you wish the rule to be applied (e.g., ` ClassDeclaration ` for ES6 classes).
2326
2326
Overrides the defaults.
2327
2327
@@ -3510,7 +3510,7 @@ Requires that all functions have a description.
3510
3510
3511
3511
An options object may have any of the following properties:
3512
3512
3513
- - ` contexts ` - Set to a string or array of strings representing the AST context
3513
+ - ` contexts ` - Set to an array of strings representing the AST context
3514
3514
where you wish the rule to be applied (e.g., ` ClassDeclaration ` for ES6 classes).
3515
3515
Overrides the defaults.
3516
3516
- ` exemptedBy ` - Array of tags (e.g., ` ['type'] ` ) whose presence on the document
@@ -3941,7 +3941,7 @@ be checked by the rule.
3941
3941
- ` FunctionExpression `
3942
3942
- ` MethodDefinition `
3943
3943
3944
- - ` contexts ` - Set this to a string or array of strings representing the additional
3944
+ - ` contexts ` - Set this to an array of strings representing the additional
3945
3945
AST context where you wish the rule to be applied (e.g., ` Property ` for properties).
3946
3946
3947
3947
|||
You can’t perform that action at this time.
0 commit comments