eslint-plugin-fb-flow
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -0,1 +1,4 @@ | ||
# 0.0.3 | ||
- Exported the rules added in 0.0.2 from `index.js` | ||
# 0.0.2 | ||
@@ -2,0 +5,0 @@ - Added rule `use-exact-by-default-object-type` |
@@ -15,4 +15,8 @@ /** | ||
rules: { | ||
'flow-enums-default-if-possible': require('./rules/flow-enums-default-if-possible'), | ||
'no-flow-enums-object-mapping': require('./rules/no-flow-enums-object-mapping'), | ||
'use-exact-by-default-object-type': require('./rules/use-exact-by-default-object-type'), | ||
'use-flow-enums': require('./rules/use-flow-enums'), | ||
'use-indexed-access-type': require('./rules/use-indexed-access-type'), | ||
}, | ||
}; |
{ | ||
"name": "eslint-plugin-fb-flow", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "This is a set of ESLint rules created and published by the Flow team. They are in addition to (not a replacement for) the rules of `eslint-plugin-flowtype` created and published by the open-source community.", |
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
17715
11
466