@callstack-io/generator-node-module
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -18,3 +18,2 @@ { | ||
"scripts": { | ||
"precommit": "lint-staged", | ||
"flow": "flow", | ||
@@ -99,3 +98,9 @@ "lint": "eslint src", | ||
"no-duplicate-imports": 0, | ||
"react/jsx-filename-extension": [ | ||
0, { "extensions": [".js", ".jsx"] } | ||
], | ||
"react/sort-comp": 0, | ||
"react/forbid-prop-types": 1, | ||
"react/prop-types": 0, | ||
"react/require-default-props": 0, | ||
"import/no-duplicates": 0, | ||
@@ -102,0 +107,0 @@ "import/extensions": 0, |
{ | ||
"name": "@callstack-io/generator-node-module", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Scaffold out a node module", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
14345