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 5a6d64b commit 33bdfbfCopy full SHA for 33bdfbf
.eslintrc.js
@@ -17,7 +17,13 @@ module.exports = {
17
},
18
rules: {
19
strict: 'error',
20
- 'eslint-plugin/require-meta-docs-url': 'error',
+ 'eslint-plugin/require-meta-docs-url': [
21
+ 'error',
22
+ {
23
+ pattern:
24
+ 'https://github.com/jest-community/eslint-plugin-jest/blob/master/docs/rules/{{name}}.md',
25
+ },
26
+ ],
27
'prettier/prettier': 'error',
28
29
overrides: [
0 commit comments