@reverecre/eslint-config
Advanced tools
Comparing version 2.0.7 to 2.1.0
14
index.js
@@ -57,8 +57,10 @@ module.exports = { | ||
'@typescript-eslint/return-await': ['error', 'in-try-catch'], | ||
// TODO(REV-3849): Enable these rules for type imports. | ||
// '@typescript-eslint/no-import-type-side-effects': 'error', | ||
// '@typescript-eslint/consistent-type-imports': [ | ||
// 'error', | ||
// { fixStyle: 'inline-type-imports' }, | ||
// ], | ||
'@typescript-eslint/consistent-type-imports': [ | ||
'error', | ||
{ | ||
prefer: 'type-imports', | ||
fixStyle: 'inline-type-imports', | ||
}, | ||
], | ||
'@typescript-eslint/no-import-type-side-effects': 'error', | ||
'default-case': ['error'], | ||
@@ -65,0 +67,0 @@ 'guard-for-in': 'error', |
{ | ||
"name": "@reverecre/eslint-config", | ||
"version": "2.0.7", | ||
"version": "2.1.0", | ||
"description": "Shared ESLint config for Revere TypeScript projects", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
76
4465