mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-04 01:44:44 -06:00
Update .eslint-plugin-local/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
0a4864aa7f
commit
f6e388e29e
@ -112,7 +112,7 @@ In these cases make sure to update the `meta.schema` property on your rule with
|
||||
|
||||
|
||||
## Adding fixes to custom rules
|
||||
Fixes are a useful way to mechanically fix basic linting issues, such as auto inserting semicolons. These fix typically work at the AST level, say they are more reliable way to perform bulk fixes compared to find/replaces
|
||||
Fixes are a useful way to mechanically fix basic linting issues, such as auto inserting semicolons. These fixes typically work at the AST level, so they are a more reliable way to perform bulk fixes compared to find/replaces.
|
||||
|
||||
To add a fix for a custom rule:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user