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
- <spanclass="signature">[`no-self-require`][@stdlib/_tools/eslint/rules/no-self-require]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that modules do not require themselves.</span>
- <spanclass="signature">[`no-unnecessary-nested-functions`][@stdlib/_tools/eslint/rules/no-unnecessary-nested-functions]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to prevent unnecessary function nesting when inner functions don't depend on outer scope variables.</span>
83
84
- <spanclass="signature">[`repl-namespace-order`][@stdlib/_tools/eslint/rules/repl-namespace-order]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that packages are added to a REPL namespace object in alphabetical order according to alias (namespace key).</span>
84
85
- <spanclass="signature">[`require-file-extensions`][@stdlib/_tools/eslint/rules/require-file-extensions]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that `require()` calls of files end with a whitelisted file extension.</span>
85
86
- <spanclass="signature">[`require-globals`][@stdlib/_tools/eslint/rules/require-globals]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that specified global variables are explicitly required.</span>
@@ -90,6 +91,7 @@ var eslint = rules;
90
91
- <spanclass="signature">[`section-header-empty-lines`][@stdlib/_tools/eslint/rules/section-header-empty-lines]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that section header comments are padded by empty lines.</span>
91
92
- <spanclass="signature">[`section-headers`][@stdlib/_tools/eslint/rules/section-headers]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce formatting of section header comments.</span>
92
93
- <spanclass="signature">[`ternary-condition-parentheses`][@stdlib/_tools/eslint/rules/ternary-condition-parentheses]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule requiring parentheses around ternary conditions.</span>
94
+
- <spanclass="signature">[`tsdoc-declarations-doctest`][@stdlib/_tools/eslint/rules/tsdoc-declarations-doctest]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to ensure that return annotations in TSDoc examples match the actual output in TypeScript declaration files (`*.d.ts`).</span>
93
95
- <spanclass="signature">[`uppercase-required-constants`][@stdlib/_tools/eslint/rules/uppercase-required-constants]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that required `stdlib` constants have uppercase variable names.</span>
94
96
- <spanclass="signature">[`vars-order`][@stdlib/_tools/eslint/rules/vars-order]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing variable declarations inside of functions to be ordered by length.</span>
0 commit comments