mirror of
https://github.com/apache/superset.git
synced 2026-06-03 14:49:23 +00:00
chore(misc): Spelling (#25456)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -46,7 +46,7 @@ while (directories.length) {
|
||||
// Check for existence of js, jsx, ts, and tsx files. Show a filled box if only ts and tsx,
|
||||
// show an empty box if any js or jsx, and don't print the line if neither exist in the
|
||||
// directory.
|
||||
const hasTypescriptFiles =
|
||||
const hasTypeScriptFiles =
|
||||
getFilesByExtensions("./", [".ts", ".tsx"]).length > 0;
|
||||
const hasJavaScriptFiles =
|
||||
getFilesByExtensions("./", [".js", ".jsx"]).length > 0;
|
||||
@@ -57,7 +57,7 @@ while (directories.length) {
|
||||
curDirectory.split("/").length - 1
|
||||
)}- [ ] \`${curDirectory}\``
|
||||
);
|
||||
} else if (hasTypescriptFiles) {
|
||||
} else if (hasTypeScriptFiles) {
|
||||
console.log(
|
||||
`${" ".repeat(
|
||||
curDirectory.split("/").length - 1
|
||||
|
||||
Reference in New Issue
Block a user