From d31454ac8e19eafcdcc45aa96df7775b45c1bf9d Mon Sep 17 00:00:00 2001 From: Planeshifter <1913638+Planeshifter@users.noreply.github.com> Date: Mon, 23 Dec 2024 03:15:31 +0000 Subject: [PATCH] docs: update namespace table of contents Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- lib/node_modules/@stdlib/_tools/eslint/rules/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/node_modules/@stdlib/_tools/eslint/rules/README.md b/lib/node_modules/@stdlib/_tools/eslint/rules/README.md index c7932bdbad6d..34bf216d8c79 100644 --- a/lib/node_modules/@stdlib/_tools/eslint/rules/README.md +++ b/lib/node_modules/@stdlib/_tools/eslint/rules/README.md @@ -56,6 +56,7 @@ var eslint = rules; - [`doctest-quote-props`][@stdlib/_tools/eslint/rules/doctest-quote-props]: ESLint rule to enforce that property names in return annotations are quoted using single quotes. - [`doctest`][@stdlib/_tools/eslint/rules/doctest]: ESLint rule to ensure return annotations match the actual output. - [`empty-line-before-comment`][@stdlib/_tools/eslint/rules/empty-line-before-comment]: ESLint rule to enforce empty lines before comments. +- [`eol-open-bracket-spacing`][@stdlib/_tools/eslint/rules/eol-open-bracket-spacing]: 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. - [`first-unit-test`][@stdlib/_tools/eslint/rules/first-unit-test]: ESLint rule to enforce that a tape file starts with the expected test. - [`module-exports-last`][@stdlib/_tools/eslint/rules/module-exports-last]: ESLint rule enforcing that export statements appear at the end of a file. - [`namespace-export-all`][@stdlib/_tools/eslint/rules/namespace-export-all]: ESLint rule to enforce that a namespace `index.js` exports all packages in the respective namespace directory. @@ -372,6 +373,8 @@ console.log( getKeys( rules ) ); [@stdlib/_tools/eslint/rules/empty-line-before-comment]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/eslint/rules/empty-line-before-comment +[@stdlib/_tools/eslint/rules/eol-open-bracket-spacing]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/eslint/rules/eol-open-bracket-spacing + [@stdlib/_tools/eslint/rules/first-unit-test]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/eslint/rules/first-unit-test [@stdlib/_tools/eslint/rules/module-exports-last]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/_tools/eslint/rules/module-exports-last