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 aba8350 commit 7bd6c47Copy full SHA for 7bd6c47
docs/Architecture/Linters.md
@@ -9,7 +9,7 @@ Within `src/converters/lintConfigs/convertLintConfig.ts`, the following steps oc
9
2. Those deduplicated rules and metadata are written to the output configuration file.
10
3. A summary of conversion results is printed, along with any now-missing packages.
11
12
-> Stepss 1 and 2 are the logic exported by the [Node API](../API.md) as [`convertTSLintConfig`](../API.md#convertTSLintConfig).
+> Steps 1 and 2 are the logic exported by the [Node API](../API.md) as [`convertTSLintConfig`](../API.md#convertTSLintConfig).
13
14
## Rule Conversion
15
0 commit comments