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
default-parameter-last, max-params and no-array-constructor is marked as completed in #479 but not in #2180 😅 Both need to be marked as completed.
default-parameter-last
max-params
no-array-constructor
We also need to map https://eslint.org/docs/latest/rules/no-new-symbol to the existing rule no-new-native-nonconstructor
The relevant code is in https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules
The text was updated successfully, but these errors were encountered:
1763597
Successfully merging a pull request may close this issue.
default-parameter-last
,max-params
andno-array-constructor
is marked as completed in #479 but not in #2180 😅 Both need to be marked as completed.We also need to map https://eslint.org/docs/latest/rules/no-new-symbol to the existing rule no-new-native-nonconstructor
The relevant code is in https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules
The text was updated successfully, but these errors were encountered: