Skip to content

Commit 35439f1

Browse files
Update eslint.config.js
Co-authored-by: Ben McCann <[email protected]>
1 parent 47664c0 commit 35439f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const no_compiler_imports = {
1515
return {
1616
Program: () => {
1717
// Do a simple string search because ESLint doesn't provide a way to check JSDoc comments.
18-
// The string search could in theory yielf false positives, but in practice it's unlikely.
18+
// The string search could in theory yield false positives, but in practice it's unlikely.
1919
const text = context.sourceCode.getText();
2020
const idx = Math.max(text.indexOf('../compiler/'), text.indexOf('#compiler'));
2121
if (idx !== -1) {

0 commit comments

Comments
 (0)