Skip to content

Commit 93f68ef

Browse files
hayemaxiHweinstock
andauthored
Update plugins/eslint-plugin-aws-toolkits/lib/rules/no-index-import.ts
Co-authored-by: Hweinstock <[email protected]>
1 parent 042a307 commit 93f68ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/eslint-plugin-aws-toolkits/lib/rules/no-index-import.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default ESLintUtils.RuleCreator.withoutDocs({
7373
return
7474
}
7575

76-
// If if does not exist as a folder, then the path is simply wrong. Another, more descriptive error will surface instead.
76+
// If it does not exist as a folder, then the path is simply wrong. Another, more descriptive error will surface instead.
7777
if (!fs.existsSync(absoluteImportPath)) {
7878
return
7979
}

0 commit comments

Comments
 (0)