eslint-plugin-lingui
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -80,3 +80,3 @@ "use strict"; | ||
} | ||
return calleeWhitelists.complex.indexOf(callee.name) !== -1; | ||
return calleeWhitelists.simple.indexOf(callee.name) !== -1; | ||
} | ||
@@ -83,0 +83,0 @@ default: |
{ | ||
"name": "eslint-plugin-lingui", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "ESLint plugin for Lingui", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
72723