Skip to content
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

feat: add buildFromOxlintConfigFile #197

Merged
merged 31 commits into from
Nov 2, 2024

Conversation

Sysix
Copy link
Collaborator

@Sysix Sysix commented Oct 24, 2024

closes #194

Long way for the goal:

* the rules block overrides the rules from the other blocks, so this should be enabled in eslint

{
  "categories": {
    "correctness": "error",
  }
  "rules": {
    "no-invalid-regexp": "off"
  }
}

@Sysix Sysix changed the title feat: add bildFromOxlintConfig feat: add buildFromOxlintConfig Oct 24, 2024
@Sysix Sysix mentioned this pull request Oct 28, 2024
Boshen pushed a commit that referenced this pull request Oct 29, 2024
it is needed for integration test in #197 

EDIT: I prefer a manual-trigger-run of oxlint-bump + new release. So we
can check it the new CI is working
@Sysix Sysix changed the title feat: add buildFromOxlintConfig feat: add buildFromOxlintConfigFile Oct 30, 2024
@Sysix Sysix marked this pull request as ready for review October 30, 2024 22:57
@Sysix
Copy link
Collaborator Author

Sysix commented Oct 30, 2024

ready for feedback 🎉 . waiting for #204 and #203 before merging.

after merging #204 , a rebase should fix the gh actions :)

@Sysix Sysix requested a review from Boshen October 31, 2024 01:09
@Boshen Boshen merged commit f6b127b into oxc-project:main Nov 2, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support disabling all oxlint rules that are applied via the oxlint config file
2 participants