You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/utils.ts
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,6 @@ function formatComponentFnName(
34
34
}
35
35
}
36
36
37
-
/** Sanitizes a component name by removing special characters */
38
-
// TODO Don't sanitize if the folder name should be kebab-case. Find a way to handle this case, where folder name is kebab-case, and component name is PascalCase
0 commit comments