summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/rules/no-warning-comments.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/lib/rules/no-warning-comments.js')
-rw-r--r--tools/node_modules/eslint/lib/rules/no-warning-comments.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/lib/rules/no-warning-comments.js b/tools/node_modules/eslint/lib/rules/no-warning-comments.js
index 5a8e0bc7ec..a400c44676 100644
--- a/tools/node_modules/eslint/lib/rules/no-warning-comments.js
+++ b/tools/node_modules/eslint/lib/rules/no-warning-comments.js
@@ -54,7 +54,6 @@ module.exports = {
* Convert a warning term into a RegExp which will match a comment containing that whole word in the specified
* location ("start" or "anywhere"). If the term starts or ends with non word characters, then the match will not
* require word boundaries on that side.
- *
* @param {string} term A term to convert to a RegExp
* @returns {RegExp} The term converted to a RegExp
*/