-
-
Notifications
You must be signed in to change notification settings - Fork 760
docs: rules.rs cleanup #8044
New issue
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
docs: rules.rs cleanup #8044
Conversation
🦋 Changeset detectedLatest commit: 121ec5b The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Probably could use a changeset. |
WalkthroughExpanded the RuleSource enum with multiple new variants (DenoLint and several Eslint* variants such as EslintBarrelFiles, EslintMysticatea, EslintN, EslintNext, EslintNoSecrets, EslintPackageJson, EslintPackageJsonDependencies, EslintQwik, EslintReactPreferFunctionComponent, EslintRegexp). Updated Display, as_rule_name, to_namespaced_rule_name and to_rule_url implementations to recognise, format and produce URLs for these new sources. Switched the UseReactFunctionComponents lint to reference EslintReactPreferFunctionComponent. Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
df5468d to
90e3245
Compare
aa1db2c to
7f4d4fa
Compare
|
@dyc3 added a few more stuff (see description), hence the re-review |
CodSpeed Performance ReportMerging #8044 will not alter performanceComparing Summary
Footnotes
|
Summary
@stylistic/eslint-plugininstead ofeslint-plugin-stylisticReactPreferFunctionComponenttoEslintReactPreferFunctionComponentas it's an Eslint plugin (also in the name;eslint-plugin-react-prefer-function-component)solidjsnamespace tosolid(as that's the actual eslint namespace)stylelint&denoas they do not have oneTest Plan
Docs