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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ var eslint = rules;
57
57
- <spanclass="signature">[`doctest`][@stdlib/_tools/eslint/rules/doctest]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to ensure return annotations match the actual output.</span>
58
58
- <spanclass="signature">[`empty-line-before-comment`][@stdlib/_tools/eslint/rules/empty-line-before-comment]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce empty lines before comments.</span>
59
59
- <spanclass="signature">[`module-exports-last`][@stdlib/_tools/eslint/rules/module-exports-last]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that export statements appear at the end of a file.</span>
60
+
- <spanclass="signature">[`namespace-export-all`][@stdlib/_tools/eslint/rules/namespace-export-all]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that a namespace `index.js` exports all packages in the respective namespace directory.</span>
60
61
- <spanclass="signature">[`namespace-index-order`][@stdlib/_tools/eslint/rules/namespace-index-order]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that modules in a namespace `index.js` file are listed in alphabetical order according to module name.</span>
61
62
- <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>
62
63
- <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>
0 commit comments