Configure options below — the preview updates in real time.
Controls the strictness and formatting rules for .env file syntax validation.
Settings that control how the env validator executes in CI/CD pipelines.
Override default CLI lint mode. 'file' validates individually, 'project' runs from the root.
Custom arguments to append to the linter CLI call (e.g. --skip LowercaseKey).
Allowed file extensions to validate.
Regular expression list for filtering files by their base names using regex full match.
Custom regex to include specific paths/folders (e.g. (src|lib)).
Custom regex to exclude specific paths/folders (e.g. (node_modules|test)).
Maximum number of errors allowed before throwing an exit code 1.
List of bash commands to execute before the validation runs.
List of bash commands to execute after the validation runs.
Define schema validation rules for specific environment variables. Each key maps to a variable with type, required status, default value, regex pattern, and allowed choices.
Key-value pairs defining environment variable names and their placeholder/example values for the .env.example file.
1# Environment Variables Template2# Copy this file to .env and fill in the actual values3