Skip to content

Commit 33313ef

Browse files
authored
docs: core-concepts: fix link to semi rule (#16453)
1 parent 823b018 commit 33313ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/user-guide/core-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ESLint is a configurable JavaScript linter. It helps you find and fix problems i
1818

1919
Rules are the core building block of ESLint. A rule validates if your code meets a certain expectation, and what to do if it does not meet that expectation. Rules can also contain additional configuration options specific to that rule.
2020

21-
For example, the [`semi`](../rules/semi`) rule lets you specify whether or not JavaScript statements should end with a semicolon (`;`). You can set the rule to either always require semicolons or require that a statement never ends with a semicolon.
21+
For example, the [`semi`](../rules/semi) rule lets you specify whether or not JavaScript statements should end with a semicolon (`;`). You can set the rule to either always require semicolons or require that a statement never ends with a semicolon.
2222

2323
ESLint contains hundreds of built-in rules that you can use. You can also create custom rules or use rules that others have created with [plugins](#plugins).
2424

0 commit comments

Comments
 (0)