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
prefer-primordials
From denoland/deno#10939 (comment)
Node has a eslint plugin that validates that all globals that are used in a given script use primordials. We should consider adding a plugin for this to dlint too. See https://github.com/nodejs/node/blob/master/tools/eslint-rules/prefer-primordials.js
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
From denoland/deno#10939 (comment)
The text was updated successfully, but these errors were encountered: