Skip to content

Commit 6112154

Browse files
committed
Closes #2
1 parent 848e8ec commit 6112154

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ function checkComponentIsSourceAndReturnTargetProp(node, propertyName) {
150150

151151
function componentSourceNameCheck(context, node) {
152152
const nameProp = checkComponentIsSourceAndReturnTargetProp(node, "name");
153-
console.log("Name prop: ", nameProp);
154153
if (!nameProp) return;
155154
if (!nameProp?.value?.value.startsWith("New ")) {
156155
context.report({

0 commit comments

Comments
 (0)