eslint-plugin-use-macros
Advanced tools
Comparing version 0.9.13 to 1.0.0
@@ -19,3 +19,3 @@ module.exports = function createUseMacro(from, to, context) { | ||
return function(node) { | ||
return function (node) { | ||
const importName = node.source.value.trim(); | ||
@@ -22,0 +22,0 @@ |
{ | ||
"name": "eslint-plugin-use-macros", | ||
"description": "ESLint rules for libraries which supports the babel-macros", | ||
"version": "0.9.13", | ||
"version": "1.0.0", | ||
"author": "Yuki Yamada <yamada@wantedly.com>", | ||
@@ -28,3 +28,3 @@ "homepage": "https://github.com/wantedly/frolint", | ||
}, | ||
"gitHead": "bd24d2e451e2c971e82b619b10cdb90ba68e295e" | ||
"gitHead": "de368c5309c61e165d747c3489af979abe7a7472" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0