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 480a773 commit ed9990bCopy full SHA for ed9990b
eslint.config.js
@@ -25,7 +25,7 @@ const importConcerns = [
25
message: "do import { z } instead",
26
},
27
{
28
- selector: "ImportDeclaration[source.value=/^\\..+\\.js$/]",
+ selector: "ImportDeclaration[source.value=/\\.js$/]",
29
message: "use .ts extension for relative imports",
30
31
...builtinModules.map((mod) => ({
0 commit comments