eslint-plugin-ft-flow
Advanced tools
Comparing version 3.0.3 to 3.0.4-alpha-0
@@ -23,8 +23,9 @@ "use strict"; | ||
if (ref.identifier.name === variableName) { | ||
globalScope.variables.push({ | ||
name: variableName, | ||
identifiers: [ref.identifier], | ||
references: [ref], | ||
defs: [] | ||
}); | ||
// globalScope.variables.push({ | ||
// name: variableName, | ||
// identifiers: [], | ||
// references: [ref], | ||
// defs: [], | ||
// }); | ||
// globalScope.set.set(variableName, variableName); | ||
return false; | ||
@@ -31,0 +32,0 @@ } |
{ | ||
"name": "eslint-plugin-ft-flow", | ||
"description": "Flowtype linting rules for ESLint by flow-typed", | ||
"version": "3.0.3", | ||
"version": "3.0.4-alpha-0", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "main": "./dist/index.js", | ||
"test": "yarn jest && yarn test:rules", | ||
"prepublishOnly": "yarn create-readme && yarn build" | ||
"prepublishOnly": "yarn build" | ||
}, | ||
@@ -26,0 +26,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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
515532
4791
7255
2