Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit75978c8

Browse files
committed
run prettier
1 parentcb2361e commit75978c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎lib/rules/async-currenttarget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
create(context){
1212
constscopeDidWait=newWeakSet()
1313
constsourceCode=context.sourceCode??context.getSourceCode()
14-
14+
1515
return{
1616
AwaitExpression(node){
1717
scopeDidWait.add(sourceCode.getScope ?sourceCode.getScope(node) :context.getScope())

‎lib/rules/filenames-match-regex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
constdefaultRegexp=/^[a-z0-9-]+(.[a-z0-9-]+)?$/
3030
constconventionRegexp=context.options[0] ?newRegExp(context.options[0]) :defaultRegexp
3131
constignoreExporting=context.options[1] ?context.options[1] :false
32-
32+
3333
return{
3434
Program(node){
3535
constfilename=context.filename??context.getFilename()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp