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 ff569d3 + 215d7a0 commit e4120b9Copy full SHA for e4120b9
lib/util/doc-url.js
@@ -10,7 +10,7 @@
10
const { version, homepage } = require('../../package.json');
11
12
function docUrl(ruleName) {
13
- return `${homepage}/blob/${version}/lib/docs/${ruleName}.md`;
+ return `${homepage}/blob/v${version}/lib/docs/${ruleName}.md`;
14
}
15
16
module.exports = {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@salesforce/eslint-plugin-lwc-graph-analyzer",
3
- "version": "0.4.0",
+ "version": "0.5.0",
4
"description": "ESLint plugin to analyze data graph in a LWC component",
5
"contributors": [
6
0 commit comments