We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b984c commit 8fe1017Copy full SHA for 8fe1017
tests/lib/index.js
@@ -11,7 +11,7 @@ describe('exported plugin', () => {
11
it(ruleName, () => {
12
assert.match(
13
plugin.rules[ruleName].meta.docs.url,
14
- /^https:\/\/github.com\/not-an-aardvark\/eslint-plugin-eslint-plugin\/tree\/v\d+\.\d+\.\d+\/docs\/rules\/[\w-]+\.md$/
+ /^https:\/\/github.com\/not-an-aardvark\/eslint-plugin-eslint-plugin\/tree\/v\d+\.\d+\.\d+(-\d+)?\/docs\/rules\/[\w-]+\.md$/
15
);
16
});
17
0 commit comments