eslint-plugin-formatjs
Advanced tools
Comparing version 4.3.0 to 4.3.1
{ | ||
"name": "eslint-plugin-formatjs", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "ESLint plugin for formatjs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -64,3 +64,3 @@ "use strict"; | ||
} | ||
return fixer.replaceText(messagePropNode, `defaultMessage: '${defaultMessage}', id: '${correctId}'`); | ||
return fixer.insertTextAfter(messagePropNode, `, id: '${correctId}'`); | ||
}, | ||
@@ -67,0 +67,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71326