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 faf446f commit 71d4d4bCopy full SHA for 71d4d4b
CONTRIBUTING.md
@@ -130,6 +130,7 @@ The following is the list of supported scopes:
130
- **schematics**
131
- **store**
132
- **store-devtools**
133
+- **eslint-plugin**
134
135
### Subject
136
modules/eslint-plugin/src/utils/helper-functions/docs.ts
@@ -1,2 +1,2 @@
1
export const docsUrl = (ruleName: string) =>
2
- `https://ngrx.io/guide/eslint-plugin/rules/${ruleName}.md`;
+ `https://ngrx.io/guide/eslint-plugin/rules/${ruleName}`;
0 commit comments