File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
"no-use-extend-native" : " dustinspecker" ,
28
28
"node" : " mysticatea" ,
29
29
"prettier" : " https://github.com/prettier/eslint-plugin-prettier#options" ,
30
- "promise" : " https://github.com/ xjamundx/eslint-plugin-promise#RULENAME " ,
30
+ "promise" : " xjamundx" ,
31
31
"protractor" : " alecxe" ,
32
32
"react" : " yannickcr" ,
33
33
"react-native" : " Intellicode" ,
Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ test('should return url of found plugin rules', t => {
50
50
t . deepEqual ( getRuleURI ( 'promise/no-native' ) ,
51
51
{
52
52
found : true ,
53
- url : 'https://github.com/xjamundx/eslint-plugin-promise# no-native'
53
+ url : 'https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/ no-native.md '
54
54
} ) ;
55
55
t . deepEqual ( getRuleURI ( 'promise/catch-or-return' ) ,
56
56
{
57
57
found : true ,
58
- url : 'https://github.com/xjamundx/eslint-plugin-promise# catch-or-return'
58
+ url : 'https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/ catch-or-return.md '
59
59
} ) ;
60
60
t . deepEqual ( getRuleURI ( 'standard/array-bracket-even-spacing' ) ,
61
61
{
You can’t perform that action at this time.
0 commit comments