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

Appearance settings

Commit b8f9357

Browse filesBrowse files
committed
use single quotes
1 parent 07535ac commit b8f9357
Copy full SHA for b8f9357

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎lib/rules/async-currenttarget.js

Copy file name to clipboardExpand all lines: lib/rules/async-currenttarget.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
if (scopeDidWait.has(scope)) {
2323
context.report({
2424
node,
25-
message: "event.currentTarget inside an async function is error prone",
25+
message: 'event.currentTarget inside an async function is error prone',
2626
})
2727
break
2828
}

‎lib/rules/async-preventdefault.js

Copy file name to clipboardExpand all lines: lib/rules/async-preventdefault.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
if (scopeDidWait.has(scope)) {
2323
context.report({
2424
node,
25-
message: "event.preventDefault() inside an async function is error prone",
25+
message: 'event.preventDefault() inside an async function is error prone',
2626
})
2727
break
2828
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.