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 08b64f9 commit 5846afcCopy full SHA for 5846afc
1 file changed
eslint.config.js
@@ -23,10 +23,6 @@ const importConcerns = [
23
selector: "ImportDeclaration[source.value=/^zod/] > ImportDefaultSpecifier",
24
message: "do import { z } instead",
25
},
26
- {
27
- selector: "ImportDeclaration[source.value='zod'] > ImportSpecifier",
28
- message: "should import from zod/v4", // @todo remove when zod version changed to 4.0.0
29
- },
30
...builtinModules.map((mod) => ({
31
selector: `ImportDeclaration[source.value='${mod}']`,
32
message: `use node:${mod} for the built-in module`,
0 commit comments