Teams that share a .env base quickly learn that formatting matters. One developer writes KEY = value with spaces, another key=value in lowercase, another leaves trailing spaces — and every parser, linter and formatter downstream treats the file differently. The file loads, but consistency is gone.
The .env File Linter quantifies that consistency. It scores the file out of 100, weighting each problem: invalid keys and duplicates cost heavily, while casing, spacing and empty values cost lightly. The report lists every deduction with its line number, and a toggle lets you declare lowercase-snake as your convention when that fits the project.
Run it on a freshly-edited .env before committing, or in your own review workflow — deterministic, line-precise, and entirely in the browser.