eslint-plugin-ecology9
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -44,3 +44,3 @@ | ||
newRange, | ||
` ecId: \`\${this.props && this.props.ecId || ''}_${node.arguments[0]}${Math.random().toString(36).substr(2, 6)}\`,` | ||
` ecId: \`\${this.props && this.props.ecId || ''}_${node.arguments[0]}@${Math.random().toString(36).substr(2, 6)}\`,` | ||
); | ||
@@ -70,3 +70,3 @@ } | ||
node.name.range, | ||
` ecId={\`\${this.props && this.props.ecId || ''}_${node.name.name}${Math.random().toString(36).substr(2, 6)}\`}` | ||
` ecId={\`\${this.props && this.props.ecId || ''}_${node.name.name}@${Math.random().toString(36).substr(2, 6)}\`}` | ||
); | ||
@@ -73,0 +73,0 @@ } |
{ | ||
"name": "eslint-plugin-ecology9", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "eslint plugin for weaver ecology 9.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
6802