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
|
Co-authored-by: Carson McManus <dyc3@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Carson McManus <dyc3@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Carson McManus <dyc3@users.noreply.github.com>
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