eslint-plugin-format-message
Advanced tools
Comparing version 5.0.0 to 5.1.0
# Changelog | ||
## 5.1.0 | ||
Supports namespaced formatMessage. | ||
## 5.0.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "eslint-plugin-format-message", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "format-message i18n specific rules for ESLint", | ||
@@ -26,6 +26,6 @@ "author": "Andy VanWagoner <thetalecrafter@gmail.com> (https://thetalecrafter.com/)", | ||
"dependencies": { | ||
"format-message": "^5.0.0", | ||
"format-message-estree-util": "^5.0.0", | ||
"format-message-generate-id": "^5.0.0", | ||
"format-message-parse": "^5.0.0" | ||
"format-message": "^5.1.0", | ||
"format-message-estree-util": "^5.1.0", | ||
"format-message-generate-id": "^5.1.0", | ||
"format-message-parse": "^5.1.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "peerDependencies": { |
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
26393