Skip to content

Commit ca64e36

Browse files
committed
chore: update word list and reorder in alphabetical order
1 parent 50ab973 commit ca64e36

File tree

1 file changed

+101
-64
lines changed
  • lib/node_modules/@stdlib/_tools/eslint/rules/jsdoc-typedef-typos/lib

1 file changed

+101
-64
lines changed
Lines changed: 101 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,123 @@
11
{
22
"types": [
3-
"boolean",
4-
"number",
5-
"string",
6-
"Boolean",
7-
"Number",
8-
"String",
93
"Array",
10-
"ndarray",
11-
"Error",
12-
"EvalError",
13-
"RangeError",
14-
"ReferenceError",
15-
"SyntaxError",
16-
"TypeError",
17-
"Function",
18-
"Object",
19-
"PlainObject",
20-
"ObjectLike",
21-
"Options",
4+
"ArrayArray",
225
"ArrayLike",
236
"ArrayLikeObject",
24-
"Namespace",
7+
"boolean",
8+
"Boolean",
9+
"BooleanArray",
2510
"Buffer",
11+
"Callback",
2612
"Collection",
13+
"Complex",
14+
"Complex64",
15+
"Complex64Array",
16+
"Complex64ArrayFE",
17+
"Complex64ArrayBE",
18+
"Complex64ArrayLE",
19+
"Complex128",
20+
"Complex128Array",
21+
"Complex128ArrayFE",
22+
"Complex128ArrayBE",
23+
"Complex128ArrayLE",
24+
"ComplexLike",
2725
"Date",
28-
"RegExp",
29-
"void",
26+
"EmptyArray",
27+
"Error",
28+
"EvalError",
29+
"FiniteNumber",
30+
"Float32Array",
31+
"Float32ArrayFE",
32+
"Float32ArrayBE",
33+
"Float32ArrayLE",
34+
"Float64Array",
35+
"Float64ArrayFE",
36+
"Float64ArrayBE",
37+
"Float64ArrayLE",
38+
"Function",
39+
"FunctionArray",
40+
"Gumbel",
3041
"Int8Array",
42+
"Int8ArrayFE",
43+
"Int8ArrayBE",
44+
"Int8ArrayLE",
3145
"Int16Array",
46+
"Int16ArrayFE",
47+
"Int16ArrayBE",
48+
"Int16ArrayLE",
3249
"Int32Array",
33-
"Uint8Array",
34-
"Uint8ClampedArray",
35-
"Uint16Array",
36-
"Uint32Array",
37-
"Float32Array",
38-
"Float64Array",
39-
"TypedArray",
50+
"Int32ArrayFE",
51+
"Int32ArrayBE",
52+
"Int32ArrayLE",
53+
"integer",
54+
"integer8",
55+
"integer16",
56+
"integer32",
57+
"IntegerArray",
4058
"IntegerTypedArray",
41-
"NumericArray",
42-
"NumberArray",
43-
"PositiveNumericArray",
59+
"Namespace",
60+
"ndarray",
61+
"ndarrayLike",
62+
"NegativeInteger",
63+
"NegativeIntegerArray",
64+
"NegativeNumber",
4465
"NegativeNumericArray",
45-
"NonPositiveNumericArray",
66+
"NonNegativeInteger",
67+
"NonNegativeIntegerArray",
68+
"NonNegativeNumber",
4669
"NonNegativeNumericArray",
47-
"IntegerArray",
48-
"PositiveIntegerArray",
49-
"NegativeIntegerArray",
70+
"NonPositiveInteger",
5071
"NonPositiveIntegerArray",
51-
"NonNegativeIntegerArray",
52-
"StringArray",
53-
"BooleanArray",
72+
"NonPositiveNumber",
73+
"NonPositiveNumericArray",
74+
"number",
75+
"Number",
76+
"NumberArray",
77+
"NumericArray",
78+
"Object",
5479
"ObjectArray",
55-
"FunctionArray",
56-
"ArrayArray",
57-
"EmptyArray",
80+
"ObjectLike",
81+
"Options",
82+
"Path",
83+
"PlainObject",
84+
"PositiveInteger",
85+
"PositiveIntegerArray",
86+
"PositiveNumber",
87+
"PositiveNumericArray",
88+
"primitive",
89+
"Probability",
5890
"ProbabilityArray",
91+
"RangeError",
92+
"ReferenceError",
93+
"RegExp",
5994
"Stream",
60-
"Callback",
61-
"primitive",
62-
"integer",
95+
"string",
96+
"String",
97+
"StringArray",
98+
"SyntaxError",
99+
"TypedArray",
100+
"TypeError",
101+
"Uint8Array",
102+
"Uint8ArrayFE",
103+
"Uint8ArrayBE",
104+
"Uint8ArrayLE",
105+
"Uint8ClampedArray",
106+
"Uint8ClampedArrayFE",
107+
"Uint8ClampedArrayBE",
108+
"Uint8ClampedArrayLE",
109+
"Uint16Array",
110+
"Uint16ArrayFE",
111+
"Uint16ArrayBE",
112+
"Uint16ArrayLE",
113+
"Uint32Array",
114+
"Uint32ArrayFE",
115+
"Uint32ArrayBE",
116+
"Uint32ArrayLE",
63117
"uinteger",
64-
"integer32",
65-
"uinteger32",
66-
"integer16",
67-
"uinteger16",
68-
"integer8",
69118
"uinteger8",
70-
"NonNegativeInteger",
71-
"PositiveInteger",
72-
"NonPositiveInteger",
73-
"NegativeInteger",
74-
"NonNegativeNumber",
75-
"PositiveNumber",
76-
"NonPositiveNumber",
77-
"NegativeNumber",
78-
"FiniteNumber",
79-
"Probability",
80-
"Complex64",
81-
"Complex128",
82-
"Complex",
83-
"Gumbel",
84-
"Path"
119+
"uinteger16",
120+
"uinteger32",
121+
"void"
85122
]
86123
}

0 commit comments

Comments
 (0)