You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/eslint/rules/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,11 +66,13 @@ var eslint = rules;
66
66
- <spanclass="signature">[`new-cap-array`][@stdlib/_tools/eslint/rules/new-cap-array]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that the `Array` constructor is invoked with the `new` keyword.</span>
67
67
- <spanclass="signature">[`new-cap-error`][@stdlib/_tools/eslint/rules/new-cap-error]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that error constructors are invoked with the `new` keyword.</span>
68
68
- <spanclass="signature">[`new-cap-regexp`][@stdlib/_tools/eslint/rules/new-cap-regexp]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that the `RegExp` constructor is invoked with the `new` keyword.</span>
69
+
- <spanclass="signature">[`no-bench-string-concat`][@stdlib/_tools/eslint/rules/no-bench-string-concat]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that `@stdlib/string/format` is used instead of string concatenation in benchmark descriptions.</span>
69
70
- <spanclass="signature">[`no-builtin-big-int`][@stdlib/_tools/eslint/rules/no-builtin-big-int]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule disallowing the use of the built-in global `BigInt` literal syntax and constructor.</span>
70
71
- <spanclass="signature">[`no-builtin-math`][@stdlib/_tools/eslint/rules/no-builtin-math]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that `stdlib` equivalents are used instead of the built-in global `Math` object.</span>
71
72
- <spanclass="signature">[`no-dynamic-exports`][@stdlib/_tools/eslint/rules/no-dynamic-exports]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that only statically analyzable values are exported.</span>
72
73
- <spanclass="signature">[`no-dynamic-require`][@stdlib/_tools/eslint/rules/no-dynamic-require]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that `require()` calls have only string literals as arguments.</span>
73
74
- <spanclass="signature">[`no-empty-comments`][@stdlib/_tools/eslint/rules/no-empty-comments]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to disallow empty comments.</span>
75
+
- <spanclass="signature">[`no-error-string-concat`][@stdlib/_tools/eslint/rules/no-error-string-concat]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule disallowing string concatenation in error messages.</span>
74
76
- <spanclass="signature">[`no-immediate-require`][@stdlib/_tools/eslint/rules/no-immediate-require]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that `require()` expressions are not immediately invoked.</span>
75
77
- <spanclass="signature">[`no-internal-require`][@stdlib/_tools/eslint/rules/no-internal-require]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule disallowing `require()` calls into internals of another stdlib package.</span>
76
78
- <spanclass="signature">[`no-multiple-empty-lines`][@stdlib/_tools/eslint/rules/no-multiple-empty-lines]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that that code does not contain multiple blank lines.</span>
0 commit comments