File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ module.exports = {
55
55
return ;
56
56
}
57
57
58
- const filenameWithPath = context . getFilename ( ) ;
58
+ const filenameWithPath = context . getPhysicalFilename ( ) ;
59
59
const filename = getFilename ( filenameWithPath ) ;
60
60
const folderPath = getFolderPath ( filenameWithPath ) ;
61
61
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ module.exports = {
62
62
return ;
63
63
}
64
64
65
- const filenameWithPath = context . getFilename ( ) ;
65
+ const filenameWithPath = context . getPhysicalFilename ( ) ;
66
66
const folderPath = getFolderPath ( filenameWithPath ) ;
67
67
const subPaths = getSubPaths ( folderPath ) ;
68
68
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ module.exports = {
26
26
create ( context ) {
27
27
return {
28
28
Program : ( node ) => {
29
- const filenameWithPath = context . getFilename ( ) ;
29
+ const filenameWithPath = context . getPhysicalFilename ( ) ;
30
30
const filename = getFilename ( filenameWithPath ) ;
31
31
const basename = getBasename ( filename ) ;
32
32
Original file line number Diff line number Diff line change 46
46
"node" : " 12.x || 14.x || >= 16"
47
47
},
48
48
"peerDependencies" : {
49
- "eslint" : " >=6 "
49
+ "eslint" : " >=7.28.0 "
50
50
}
51
51
}
You can’t perform that action at this time.
0 commit comments