ESLint cannot recognize FontAwesomeIcon import #19557
Unanswered
AloisSeckar
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, could you please open an issue on https://github.com/FortAwesome/vue-fontawesome ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using ESLint with Nuxt config I am getting violation of import/named rule from
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
I am using the latest
@fortawesome/vue-fontawesome
package (atm it is3.0.3
). The import I copied from the docs and also it works correctly when applied. So I am confused.The obvious workaround is just to ignore this particular package via
in ESLint settings, but this doesn't feel right to me. Also I would like at least to understand what is wrong with that?
Beta Was this translation helpful? Give feedback.
All reactions