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
@@ -56,6 +56,7 @@ var eslint = rules;
56
56
- <spanclass="signature">[`doctest-quote-props`][@stdlib/_tools/eslint/rules/doctest-quote-props]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that property names in return annotations are quoted using single quotes.</span>
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
+
- <spanclass="signature">[`eol-open-bracket-spacing`][@stdlib/_tools/eslint/rules/eol-open-bracket-spacing]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that no spaces are present between an opening parenthesis or bracket and a nested object or array expression at the end of a line.</span>
59
60
- <spanclass="signature">[`first-unit-test`][@stdlib/_tools/eslint/rules/first-unit-test]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that a tape file starts with the expected test.</span>
60
61
- <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>
61
62
- <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>
0 commit comments