File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ function createRule(filename) {
30
30
31
31
module . exports = {
32
32
createRule
33
- }
33
+ } ;
Original file line number Diff line number Diff line change 7
7
8
8
'use strict' ;
9
9
10
- const { version, repository } = require ( '../../package.json' ) ;
10
+ const { version, homepage } = require ( '../../package.json' ) ;
11
11
12
12
function docUrl ( ruleName ) {
13
- return `${ repository . url } /blob/${ version } /lib/docs/${ ruleName } .md` ;
13
+ return `${ homepage } /blob/${ version } /lib/docs/${ ruleName } .md` ;
14
14
}
15
15
16
16
module . exports = {
Original file line number Diff line number Diff line change 32
32
"license" : " MIT" ,
33
33
"repository" : {
34
34
"type" : " git" ,
35
- "url" : " https://github.com/salesforce/eslint-plugin-lwc-graph-analyzer"
35
+ "url" : " https://github.com/salesforce/eslint-plugin-lwc-graph-analyzer.git "
36
36
},
37
37
"main" : " lib/index.js" ,
38
38
"directories" : {
You can’t perform that action at this time.
0 commit comments