eslint-config-doctolib
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -87,4 +87,2 @@ module.exports = { | ||
"strict": [2, "global"], | ||
"init-declarations": 0, | ||
@@ -91,0 +89,0 @@ "no-catch-shadow": 2, |
{ | ||
"name": "eslint-config-doctolib", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "ESLint configuration used in Doctolib projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -17,2 +17,4 @@ module.exports = { | ||
"strict": [2, "never"], | ||
"react/display-name": 2, | ||
@@ -19,0 +21,0 @@ "react/forbid-prop-types": 1, |
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
6077