eslint-config-xo-typescript
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -714,2 +714,5 @@ 'use strict'; | ||
// TypeScript already does a better job at this. | ||
'import/named': 'off', | ||
// `import/no-duplicates` works better with TypeScript. | ||
@@ -716,0 +719,0 @@ 'no-duplicate-imports': 'off' |
{ | ||
"name": "eslint-config-xo-typescript", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "ESLint shareable config for TypeScript to be used with eslint-config-xo", | ||
@@ -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
25981
712