getting started
Configuration
Use .answerlint.json to define project defaults and keep your audit behavior consistent.
AnswerLint can read project defaults from a `.answerlint.json` file in your repository or home directory. This is the best way to make scoring and CI behavior consistent across teams.
Use a custom config file
Command
answerlint audit --url "https://example.com" --config ./my-answerlint.jsonTypical reasons to use config
- Set scoring defaults across a team
- Tune CI thresholds for your release process
- Keep audit behavior predictable in automation