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'