File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,21 @@ Reports invalid alignment of JSDoc block asterisks.
8
8
9
9
Fixes alignment.
10
10
11
+ ## Options
12
+
13
+ ### ` innerIndent `
14
+
15
+ Set to 0 if you wish to avoid the normal requirement for an inner indentation of
16
+ one space. Defaults to 1 (one space of normal inner indentation).
17
+
11
18
## Context and settings
12
19
13
20
|||
14
21
| ---| ---|
15
22
| Context| everywhere|
16
23
| Tags| N/A|
17
24
| Recommended| true|
25
+ | Options| ` innerIndent ` |
18
26
19
27
## Failing examples
20
28
Original file line number Diff line number Diff line change 3
3
# <code >check-alignment</code >
4
4
5
5
* [ Fixer] ( #user-content-check-alignment-fixer )
6
+ * [ Options] ( #user-content-check-alignment-options )
7
+ * [ ` innerIndent ` ] ( #user-content-check-alignment-options-innerindent )
6
8
* [ Context and settings] ( #user-content-check-alignment-context-and-settings )
7
9
* [ Failing examples] ( #user-content-check-alignment-failing-examples )
8
10
* [ Passing examples] ( #user-content-check-alignment-passing-examples )
@@ -16,6 +18,17 @@ Reports invalid alignment of JSDoc block asterisks.
16
18
17
19
Fixes alignment.
18
20
21
+ <a name =" user-content-check-alignment-options " ></a >
22
+ <a name =" check-alignment-options " ></a >
23
+ ## Options
24
+
25
+ <a name =" user-content-check-alignment-options-innerindent " ></a >
26
+ <a name =" check-alignment-options-innerindent " ></a >
27
+ ### <code >innerIndent</code >
28
+
29
+ Set to 0 if you wish to avoid the normal requirement for an inner indentation of
30
+ one space. Defaults to 1 (one space of normal inner indentation).
31
+
19
32
<a name =" user-content-check-alignment-context-and-settings " ></a >
20
33
<a name =" check-alignment-context-and-settings " ></a >
21
34
## Context and settings
@@ -25,6 +38,7 @@ Fixes alignment.
25
38
| Context| everywhere|
26
39
| Tags| N/A|
27
40
| Recommended| true|
41
+ | Options| ` innerIndent ` |
28
42
29
43
<a name =" user-content-check-alignment-failing-examples " ></a >
30
44
<a name =" check-alignment-failing-examples " ></a >
You can’t perform that action at this time.
0 commit comments