coffeelint-alphabetize-keys
Advanced tools
@@ -116,2 +116,5 @@ // Generated by CoffeeScript 1.10.0 | ||
keyNode = _this._getPropertyValueNode(property, astApi); | ||
if (keyNode.base.isComplex()) { | ||
return; | ||
} | ||
key = keyNode.base.value; | ||
@@ -118,0 +121,0 @@ if (key === 'this') { |
{ | ||
"name": "coffeelint-alphabetize-keys", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Coffeelint rule that verifies object keys are in alphabetical order", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -39,2 +39,3 @@ # coffeelint-alphabetize-keys | ||
and each are required to only be individually alphabetical. | ||
The `constructor` method is ignored. | ||
@@ -41,0 +42,0 @@ ```coffee |
7428
5.96%4
33.33%133
2.31%65
1.56%