Possible Errors

Best Practices

Strict Mode

Variables

Node.js and CommonJS

Stylistic Issues

ECMAScript 6

no-duplicate-imports

- Disallow duplicate module imports

This rules requires that all imports from a single module exists in a single import statement.

What ESLint should do when it catches the rule break

Show a warning

Options

includeExports

Rule examples

You can check them out here.