Skip to content

Commit 8237f3f

Browse files
authored
Merge pull request #590 from github/arelia/resolve-prettier-violation
use single quotes
2 parents 07535ac + b8f9357 commit 8237f3f

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
@@ -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

Lines 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy