@corex/eslint-config
Advanced tools
Comparing version 2.3.5 to 2.3.6
@@ -36,2 +36,10 @@ // eslint-disable-next-line no-undef | ||
}, | ||
overrides: [ | ||
{ | ||
files: ['**/*.tsx'], | ||
rules: { | ||
'react/prop-types': 'off', | ||
}, | ||
}, | ||
], | ||
} |
{ | ||
"name": "@corex/eslint-config", | ||
"version": "2.3.5", | ||
"version": "2.3.6", | ||
"main": "index.js", | ||
@@ -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
1635
44