summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/rules/sort-keys.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/lib/rules/sort-keys.js')
-rw-r--r--tools/node_modules/eslint/lib/rules/sort-keys.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/node_modules/eslint/lib/rules/sort-keys.js b/tools/node_modules/eslint/lib/rules/sort-keys.js
index c314d4a636..a5ce445f71 100644
--- a/tools/node_modules/eslint/lib/rules/sort-keys.js
+++ b/tools/node_modules/eslint/lib/rules/sort-keys.js
@@ -23,8 +23,7 @@ const astUtils = require("./utils/ast-utils"),
* whether it's a computed property or not.
* - If the property has a static name, this returns the static name.
* - Otherwise, this returns null.
- *
- * @param {ASTNode} node - The `Property` node to get.
+ * @param {ASTNode} node The `Property` node to get.
* @returns {string|null} The property name or null.
* @private
*/
@@ -43,7 +42,6 @@ function getPropertyName(node) {
*
* Postfix `I` is meant insensitive.
* Postfix `N` is meant natual.
- *
* @private
*/
const isValidOrders = {