summaryrefslogtreecommitdiff
path: root/eslint.config.mjs
AgeCommit message (Collapse)Author
2026-04-19Fixed #35007 -- Replaced ESLint with Biome for JavaScript linting and ↵Tom Carrick
formatting.
2025-09-30Fixed #36619 -- Vendored eslint configuration dependencies.Jacob Walls
This allows the eslint pre-commit hook to run without depending on a prior installation of node modules. Follow-up to 6345a6ff63a8b8af86ee9a025e29984a410c9764.
2024-05-06Migrated to ESLint 9+.Mariusz Felisiak