We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I forked the repo attempting to extend typescript-eslint When I run yarn build, rollup occurs error
'@typescript-eslint/eslint-plugin' is imported by scripts/shim/test2.js, but could not be resolved – treating it as an external dependency
the path is valid but why rollup could not resolve it
import {rules} from "@typescript-eslint/eslint-plugin" function testMethod (){ console.log("test",rules); } export default testMethod;
The text was updated successfully, but these errors were encountered:
What's your configuration of rollup? It seems that you haven't configured the node-resolve plugin.
Sorry, something went wrong.
No branches or pull requests
I forked the repo attempting to extend typescript-eslint
When I run yarn build, rollup occurs error
the path is valid but why rollup could not resolve it
The text was updated successfully, but these errors were encountered: