Paul Ebose
Paul Ebose
Can you tell me the name of the IDE? The repo does not contain any config files for IDEs. You have to instruct the specific IDE eslint plugin to load...
> You've pinned This PR in `Just as discussed in https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite/pull/699` it's correct? This is what I meant to link to: `Just as discussed in https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite/pull/699#discussion_r1747710475`
> @plbstl In the future, you can `Copy link`  > > It's easier to navigate by everybody, because it creates clickable link 😄 Thank you, that's what I did...
> All your imports: `import * as anything from "anything"` > > should be: `import anything from "anything"` > > If it doesn't work you don't `include` or set `types`...
The change works for `import * as ts from 'typescript-eslint'`. However, the remaining `import * as anything from "anything"` statements are for `esbuild` imports which shows eslint error:  > > > > Because this packages doesn't export default nothing: > >  > > > > Let's...
I have made the relevant changes
>  > > You did sth wrong for sure, let's rebase it and i'll try it again :) - The `@ts-ignore` pragma was removed from `packages/i18n/index.ts` as per https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite/pull/699#issuecomment-2328860784....