Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/concepts/linter.md → docs/guides/linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Error: Linter detected errors in the code. Please fix them before proceeding.

## Applying linting rules

Specify which linting rules a project should apply in the project's [configuration file](../guides/configuration.md).
Specify which linting rules a project should apply in the project's [configuration file](./configuration.md).

Rules are specified as lists of rule names under the `linter` key. Globally enable or disable linting with the `enabled` key, which is `false` by default.

Expand Down