File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
11
11
create ( context ) {
12
12
const scopeDidWait = new WeakSet ( )
13
13
const sourceCode = context . sourceCode ?? context . getSourceCode ( )
14
-
14
+
15
15
return {
16
16
AwaitExpression ( node ) {
17
17
scopeDidWait . add ( sourceCode . getScope ? sourceCode . getScope ( node ) : context . getScope ( ) )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ module.exports = {
29
29
const defaultRegexp = / ^ [ a - z 0 - 9 - ] + ( .[ a - z 0 - 9 - ] + ) ? $ /
30
30
const conventionRegexp = context . options [ 0 ] ? new RegExp ( context . options [ 0 ] ) : defaultRegexp
31
31
const ignoreExporting = context . options [ 1 ] ? context . options [ 1 ] : false
32
-
32
+
33
33
return {
34
34
Program ( node ) {
35
35
const filename = context . filename ?? context . getFilename ( )
You can’t perform that action at this time.
0 commit comments