Skip to content

Commit 02ec122

Browse files
Merge pull request #104 from parthlambdatest/Dot-3170
[Dot-3170] minor naming issues resolved
2 parents 28d376a + b5b23d7 commit 02ec122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/ctx.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ export default (options: Record<string, string>): Context => {
3838
}
3939
resolutionOff = options.ignoreResolutions || false;
4040
extensionFiles = options.files || ['png', 'jpeg', 'jpg'];
41-
ignoreStripExtension = options.ignoreStripExtensions || false
42-
ignoreFilePattern = options.ignorePattern || []
41+
ignoreStripExtension = options.removeExtensions || false
42+
ignoreFilePattern = options.ignoreDir || []
4343
} catch (error: any) {
4444
console.log(`[smartui] Error: ${error.message}`);
4545
process.exit();

0 commit comments

Comments
 (0)