commit | 0ceb465d1c02811a5ba30edda84377c94db2b0d3 | [log] [tgz] |
---|---|---|
author | Tim van der Lippe <tvanderlippe@chromium.org> | Thu Jan 06 14:23:36 2022 +0100 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 06 15:06:40 2022 +0000 |
tree | 801c578e01b088461d417c4cb160599fcf63bdc8 | |
parent | 92b451ffb189d0d5a3b49fc92a47a6fcab485547 [diff] [blame] |
Update ESLint and plugin packages R=jacktfranklin@chromium.org Bug: none Change-Id: If1b2420ba6e1c100c3d6b2013815ff1a555ea987 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3369367 Auto-Submit: Tim Van der Lippe <tvanderlippe@chromium.org> Reviewed-by: Jack Franklin <jacktfranklin@chromium.org> Commit-Queue: Jack Franklin <jacktfranklin@chromium.org>
diff --git a/node_modules/eslint-plugin-mocha/lib/rules/no-nested-tests.js b/node_modules/eslint-plugin-mocha/lib/rules/no-nested-tests.js index e554fb9..eda6605 100644 --- a/node_modules/eslint-plugin-mocha/lib/rules/no-nested-tests.js +++ b/node_modules/eslint-plugin-mocha/lib/rules/no-nested-tests.js
@@ -8,8 +8,10 @@ meta: { type: 'problem', docs: { - description: 'Disallow tests to be nested within other tests ' - } + description: 'Disallow tests to be nested within other tests ', + url: 'https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/docs/rules/no-nested-tests.md' + }, + schema: [] }, create(context) { const astUtils = createAstUtils(context.settings);