UNPKG

@marviuz/eslint-config

Version:

Comprehensive ESLint configuration for JavaScript, TypeScript, React, and Next.js projects

13 lines (11 loc) 291 B
/** * These are enabled by `import/recommended`, but are better handled by * TypeScript and @typescript-eslint. */ const disabledRules = { 'import/default': 'off', 'import/export': 'off', 'import/namespace': 'off', 'import/no-unresolved': 'off', }; export default disabledRules;