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
fs.promises
The fs.promises API is stable in Node.js 12, so would be nice to enforce using that if you target Node.js 12.
https://nodejs.org/dist/latest-v12.x/docs/api/fs.html#fs_fs_promises_api
The text was updated successfully, but these errors were encountered:
Good idea.
Sorry, something went wrong.
dns.promises
e41a1e0
chore: move rule tests parserOptions to ruleTester (mysticatea#157)
ad8f4f4
it can help migrating to the eslint v9 RuleTester
No branches or pull requests
The
fs.promises
API is stable in Node.js 12, so would be nice to enforce using that if you target Node.js 12.https://nodejs.org/dist/latest-v12.x/docs/api/fs.html#fs_fs_promises_api
The text was updated successfully, but these errors were encountered: