We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12393fe commit f185092Copy full SHA for f185092
1 file changed
lib/rules/template-require-iframe-title.js
@@ -14,7 +14,9 @@ function isInvalidTitleLiteralPath(path) {
14
}
15
16
function getInvalidLiteralType(path) {
17
- if (!path) {return undefined;}
+ if (!path) {
18
+ return undefined;
19
+ }
20
switch (path.type) {
21
case 'GlimmerBooleanLiteral': {
22
return 'boolean';
0 commit comments