diff --git a/scripts/lint.ts b/scripts/lint.ts index 220bb3cc2..8575bdc7a 100644 --- a/scripts/lint.ts +++ b/scripts/lint.ts @@ -29,7 +29,7 @@ const articles = { } function addArticleToPresets(layerConfig: {presets?: {title: any}[]}){ - //* + /* if(layerConfig.presets === undefined){ return } @@ -50,6 +50,9 @@ function addArticleToPresets(layerConfig: {presets?: {title: any}[]}){ if(txt.startsWith(article+" ")){ return txt; } + if(txt.startsWith("an ")){ + return txt; + } return article +" " + txt.toLowerCase(); }) .translations