-
-
Notifications
You must be signed in to change notification settings - Fork 301
Closed
Description
Lines 203 to 205 in f81e933
| // Disabled as it doesn't work with TypeScript. | |
| // This issue and some others: https://github.com/benmosher/eslint-plugin-import/issues/1341 | |
| // 'import/named': 'error', |
I think import/named isn't useful on TS projects because TS already verifies the imports. Can this rule be enabled on JS files only?
sindresorhus