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 e8ee3ce commit 0d2d19fCopy full SHA for 0d2d19f
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