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.
2 parents 59da690 + 0d2d19f commit 706d6abCopy full SHA for 706d6ab
src/utils/makeDocsURL.js
@@ -1,4 +1,4 @@
1
const makeDocsURL = (name) =>
2
- `https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/blob/master/docs/${name}.md"`;
+ `https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/blob/master/docs/${name}.md`;
3
4
module.exports = makeDocsURL;
0 commit comments