tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit e954898d6b46ef1ed4bd829f73ee46f0d0b6ef3c
parent 3ec0604d274c450194aa544010867721fb2208db
Author: Nicolas Chevobbe <nchevobbe@mozilla.com>
Date:   Mon, 13 Oct 2025 13:11:33 +0000

Bug 1993963 - Fix reference to eslint config file in jsdoc-support.rs. r=Standard8

Differential Revision: https://phabricator.services.mozilla.com/D268379

Diffstat:
Mtools/moztreedocs/docs/jsdoc-support.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/moztreedocs/docs/jsdoc-support.rst b/tools/moztreedocs/docs/jsdoc-support.rst @@ -7,7 +7,7 @@ ESLint support If you are looking to enable JSDoc generation for your documents, please also enable the ESLint plugin for JSDoc if it is not already enabled. -In the top-level :searchfox:`eslintrc-rollouts.config.mjs file <eslintrc-rollouts.config.mjs>` +In the top-level :searchfox:`eslint-rollouts.config.mjs file <eslint-rollouts.config.mjs>` there are currently two sections where the ``valid-jsdoc`` and ``require-jsdoc`` rules are enabled. Please check that your component is not excluded from these sections. If it is, you should remove the exclusion and fix any instances that