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 = {
1111 create ( context ) {
1212 const scopeDidWait = new WeakSet ( )
1313 const sourceCode = context . sourceCode ?? context . getSourceCode ( )
14-
14+
1515 return {
1616 AwaitExpression ( node ) {
1717 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 = {
2929 const defaultRegexp = / ^ [ a - z 0 - 9 - ] + ( .[ a - z 0 - 9 - ] + ) ? $ /
3030 const conventionRegexp = context . options [ 0 ] ? new RegExp ( context . options [ 0 ] ) : defaultRegexp
3131 const ignoreExporting = context . options [ 1 ] ? context . options [ 1 ] : false
32-
32+
3333 return {
3434 Program ( node ) {
3535 const filename = context . filename ?? context . getFilename ( )
You can’t perform that action at this time.
0 commit comments