Commit graph

11 commits

Author SHA1 Message Date
Emanuele Stoppa
836fa1e94c
fix: resolve settings based on path (#6175)
Co-authored-by: arendjr <533294+arendjr@users.noreply.github.com>
2025-05-30 12:09:24 +01:00
Emanuele Stoppa
23a701cec0
feat: monorepo support (#6164)
Some checks are pending
CI on main / Lint Rust Files (push) Waiting to run
CI on main / Check Dependencies (push) Waiting to run
CI on main / Test (push) Waiting to run
CI on main / Format Rust Files (push) Waiting to run
CI on main / Test262 Coverage (push) Waiting to run
Release / Release (push) Waiting to run
Release / version (push) Blocked by required conditions
Release / Package darwin-arm64 (push) Blocked by required conditions
Release / Package darwin-x64 (push) Blocked by required conditions
Release / Package linux-arm64-musl (push) Blocked by required conditions
Release / Package linux-x64-musl (push) Blocked by required conditions
Release / Package win32-arm64 (push) Blocked by required conditions
Release / Package win32-x64 (push) Blocked by required conditions
Release / Package linux-arm64 (push) Blocked by required conditions
Release / Package linux-x64 (push) Blocked by required conditions
Release / Build WASM (push) Blocked by required conditions
Release / Package JavaScript APIs (push) Blocked by required conditions
Release / Publish (push) Blocked by required conditions
Repository dispatch on main / Build @biomejs/wasm-web (push) Waiting to run
Repository dispatch on main / Repository dispatch (push) Blocked by required conditions
Co-authored-by: Arend van Beelen jr. <arendjr@gmail.com>
Co-authored-by: Arend van Beelen jr. <arend@arendjr.nl>
2025-05-29 13:49:24 +01:00
Victorien Elvinger
de36f849e0
refactor(lint): move noArguments and noCommaOperator to complexity (#6090)
Some checks are pending
Benchmarks / Bench (push) Waiting to run
CI on main / Format Rust Files (push) Waiting to run
CI on main / Lint Rust Files (push) Waiting to run
CI on main / Check Dependencies (push) Waiting to run
CI on main / Test (push) Waiting to run
CI on main / Test262 Coverage (push) Waiting to run
Release / Release (push) Waiting to run
Release / version (push) Blocked by required conditions
Release / Package darwin-arm64 (push) Blocked by required conditions
Release / Package darwin-x64 (push) Blocked by required conditions
Release / Package linux-arm64-musl (push) Blocked by required conditions
Release / Package linux-x64-musl (push) Blocked by required conditions
Release / Package win32-arm64 (push) Blocked by required conditions
Release / Package win32-x64 (push) Blocked by required conditions
Release / Package linux-arm64 (push) Blocked by required conditions
Release / Package linux-x64 (push) Blocked by required conditions
Release / Build WASM (push) Blocked by required conditions
Release / Package JavaScript APIs (push) Blocked by required conditions
Release / Publish (push) Blocked by required conditions
Repository dispatch on main / Build @biomejs/wasm-web (push) Waiting to run
Repository dispatch on main / Repository dispatch (push) Blocked by required conditions
2025-05-19 21:26:02 +02:00
Victorien Elvinger
b7ec6d16e4
refactor(lint): move useValidTypeof, noNamespaceImport, useNumericLit… (#6061) 2025-05-18 16:33:24 +02:00
Victorien Elvinger
73980d6f2e
refactor(lint): move noFlatMapIdentity, useArrayLiterals, noWith (#6059) 2025-05-18 15:34:54 +02:00
Emanuele Stoppa
767cadcb28
fix(js-api): regression of tests (#5943) 2025-05-09 14:09:52 +01:00
Emanuele Stoppa
c5a6b91a69
refactor: rename rule to noAdjacentSpacesInRegex (#5392) 2025-03-19 11:54:42 +00:00
Emanuele Stoppa
07775c7a2c
refactor(linter): rename noMultipleSpacesInRegularExpressionLiterals (#5351)
Co-authored-by: siketyan <12772118+siketyan@users.noreply.github.com>
Co-authored-by: arendjr <533294+arendjr@users.noreply.github.com>
2025-03-14 13:11:02 +00:00
Victorien Elvinger
ede663d886
feat(config): remove the ignore and include field (#5158)
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-02-20 17:20:55 +01:00
Emanuele Stoppa
3704321a56
refactor: use camino for paths (#4797)
Co-authored-by: Victorien Elvinger <victorien@elvinger.fr>
2024-12-27 12:45:48 +00:00
Victorien Elvinger
b03b8dcf12
refactor: update bench (#3739) 2024-08-29 17:44:56 +02:00