We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47664c0 commit 35439f1Copy full SHA for 35439f1
eslint.config.js
@@ -15,7 +15,7 @@ const no_compiler_imports = {
15
return {
16
Program: () => {
17
// 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.
+ // The string search could in theory yield false positives, but in practice it's unlikely.
19
const text = context.sourceCode.getText();
20
const idx = Math.max(text.indexOf('../compiler/'), text.indexOf('#compiler'));
21
if (idx !== -1) {
0 commit comments