Problemunvalidated
When I run ESLint (`eslint . --ext .ts,.tsx`), I get no errors, but some of my teammates (who are on Windows) see multiple linting errors. — I'm working on a Vite + React + TypeScript project and using ESLint with the following configuration. Tension: Could this be an issue with path resolution, line endings (`LF` vs. `CRLF`), or case sensitivity? Outcome: Ensured all teammates have the same `node_modules` and `eslint` version.
02a903fa-2b0b-451b-8167-451158bb3fbd
When I run ESLint (eslint . --ext .ts,.tsx), I get no errors, but some of my teammates (who are on Windows) see multiple linting errors. — I'm working on a Vite + React + TypeScript project and using ESLint with the following configuration. Tension: Could this be an issue with path resolution, line endings (LF vs. CRLF), or case sensitivity? Outcome: Ensured all teammates have the same node_modules and eslint version.