oxc/apps/oxlint
Alexander S. 2b14a6fb54
fix(linter): fix ignorePattern config for windows (#8214)
Changes:

- Config `ignorePatterns` not as `Path`, because the create `ignore`
does only handle `/` and not Win-style `\`
- Passed full path to the config and do not use `canonicalize` because
it prefix the paths with `\\?\`,
  read more here: https://stackoverflow.com/a/41233992/7387397
- Updated and enabled tests for windows, some are still failing 

closes #8188

---------

Co-authored-by: Alexander Schlegel <alexander.schlegel@clicksports.de>
2025-01-02 18:34:02 +08:00
..
fixtures fix(linter): detect typescript eslint alias rules (#7622) 2024-12-04 10:16:00 +08:00
src fix(linter): fix ignorePattern config for windows (#8214) 2025-01-02 18:34:02 +08:00
Cargo.toml release(oxlint): v0.15.4 (#8190) 2024-12-30 15:47:06 +08:00
CHANGELOG.md release(oxlint): v0.15.4 (#8190) 2024-12-30 15:47:06 +08:00