Skip to content

feat: add buildFromOxlintConfigFile#197

Merged
Boshen merged 31 commits intooxc-project:mainfrom
Sysix:feat-build-from-oxlint-config
Nov 2, 2024
Merged

feat: add buildFromOxlintConfigFile#197
Boshen merged 31 commits intooxc-project:mainfrom
Sysix:feat-build-from-oxlint-config

Conversation

@Sysix
Copy link
Copy Markdown
Member

@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
Copy Markdown
Member 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
Comment thread src/build-from-oxlint-config.spec.ts
@Boshen Boshen merged commit f6b127b into oxc-project:main Nov 2, 2024
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