mysticatea / eslint-plugin-node

Additional ESLint's rules for Node.js
MIT License
958 stars 167 forks source link

[node/file-extension-in-import] warning emitted for packages containing / in path #274

Closed tristan-go closed 3 years ago

tristan-go commented 3 years ago

While running from the CLI, I'm getting an error emitted for a missing file extension on import Link from 'next/link'; while other package imports such as import PropTypes from 'prop-types'; have no issues at all.