From 4b16e0c52a916d8509b11c7d89e0db4985c5052a Mon Sep 17 00:00:00 2001 From: Sabir Hassan Date: Tue, 27 Dec 2022 23:55:36 +0500 Subject: [PATCH] chore: typo fix --- src/utils/{grimlinCharacters.ts => gremlinCharacters.ts} | 0 src/utils/index.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/utils/{grimlinCharacters.ts => gremlinCharacters.ts} (100%) diff --git a/src/utils/grimlinCharacters.ts b/src/utils/gremlinCharacters.ts similarity index 100% rename from src/utils/grimlinCharacters.ts rename to src/utils/gremlinCharacters.ts diff --git a/src/utils/index.ts b/src/utils/index.ts index f6adbf3..958b2c7 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -1,7 +1,7 @@ export * from './asyncForEach' export * from './getLintConfig' export * from './getProjectRoot' -export * from './grimlinCharacters' +export * from './gremlinCharacters' export * from './isIgnored' export * from './listSasFiles' export * from './splitText'