We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56621a2 commit 868ddb8Copy full SHA for 868ddb8
eslint.config.js
@@ -7,7 +7,7 @@ const no_compiler_imports = {
7
docs: {
8
description:
9
'Enforce that there are no imports to the compiler in runtime code. ' +
10
- 'This prevent accidental inclusion of the compiler runtime and ' +
+ 'This prevents accidental inclusion of the compiler runtime and ' +
11
"ensures that TypeScript does not pick up more ambient types (for example from Node) that shouldn't be available in the browser."
12
}
13
},
0 commit comments