eslint-plugin-formatjs
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.2.1](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.2.0...eslint-plugin-formatjs@2.2.1) (2020-04-24) | ||
### Bug Fixes | ||
* **eslint-plugin-formatjs:** add missing dep ([776390e](https://github.com/formatjs/formatjs/commit/776390e9d6cb3bc1eef07b2e92057136cfe95b76)) | ||
# [2.2.0](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.1.5...eslint-plugin-formatjs@2.2.0) (2020-04-24) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "eslint-plugin-formatjs", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "ESLint plugin for formatjs", | ||
@@ -32,9 +32,10 @@ "main": "dist/index.js", | ||
"@types/emoji-regex": "^8.0.0", | ||
"emoji-regex": "^8.0.0", | ||
"intl-messageformat-parser": "^5.0.0" | ||
"@typescript-eslint/typescript-estree": "^2.29.0", | ||
"emoji-regex": "^9.0.0", | ||
"intl-messageformat-parser": "^5.0.1" | ||
}, | ||
"peerDependencies": { | ||
"eslint": "^6.0.0" | ||
"eslint": "^6.8.0" | ||
}, | ||
"gitHead": "bb7dbf865d4bfd862a2c8f1fc7752c95e56335f4" | ||
"gitHead": "9c83c2c89c3fcf8d68da29be3f1be8f516b21ae0" | ||
} |
@@ -30,3 +30,3 @@ import {Rule, Scope} from 'eslint'; | ||
if (messageNode.type === 'Literal' && messageNode.raw) { | ||
reportObject.fix = function(fixer) { | ||
reportObject.fix = function (fixer) { | ||
return fixer.replaceText( | ||
@@ -33,0 +33,0 @@ messageNode as Node, |
Sorry, the diff of this file is not supported yet
126658
5
+ Added@typescript-eslint/typescript-estree@2.34.0(transitive)
+ Addedemoji-regex@9.2.2(transitive)
+ Addedsemver@7.6.3(transitive)
+ Addedtsutils@3.21.0(transitive)
+ Addedtypescript@5.7.3(transitive)
Updatedemoji-regex@^9.0.0