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
linter: { rules: { 'ecma-version-check': [ 'Error', { checkVersion: 7, // enum, 6 | 7 | 8 exclude: [] // exclude some files. }, ], }, }
The text was updated successfully, but these errors were encountered:
checkVersion maybe better changed to ES2015 and so on
checkVersion
ES2015
Sorry, something went wrong.
@nyqykk How about align options with rsbuild-plugin-check-syntax:
https://github.com/rspack-contrib/rsbuild-plugin-check-syntax?tab=readme-ov-file#options
Good suggestion
@nyqykk How about align options with rsbuild-plugin-check-syntax: https://github.com/rspack-contrib/rsbuild-plugin-check-syntax?tab=readme-ov-file#options
nyqykk
No branches or pull requests
What problem does this feature solve?
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: