We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd30d55 commit e12afc1Copy full SHA for e12afc1
1 file changed
docs/configuration.md
@@ -47,6 +47,12 @@ The CLI can be set up using JSON or YAML files. These files allow you to specify
47
48
The following examples are presented in JSON.
49
50
+> [!IMPORTANT]
51
+> Check your work! If you are getting errors reading your config file, *don't rely on your eyes,* **use a linter!**
52
+>
53
+> - JSON: <https://jsonlint.com/>
54
+> - YAML: <https://www.yamllint.com/>
55
+
56
### Basic configuration example
57
58
Below is a straightforward `config.json` file. In this format, settings are noted in a `"key": "value"` structure.
0 commit comments