summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/rules/quote-props.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/lib/rules/quote-props.js')
-rw-r--r--tools/node_modules/eslint/lib/rules/quote-props.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/lib/rules/quote-props.js b/tools/node_modules/eslint/lib/rules/quote-props.js
index 79493b2499..ab09b8fa93 100644
--- a/tools/node_modules/eslint/lib/rules/quote-props.js
+++ b/tools/node_modules/eslint/lib/rules/quote-props.js
@@ -85,7 +85,7 @@ module.exports = {
/**
* Checks whether a certain string constitutes an ES3 token
- * @param {string} tokenStr - The string to be checked.
+ * @param {string} tokenStr The string to be checked.
* @returns {boolean} `true` if it is an ES3 token.
*/
function isKeyword(tokenStr) {