Skip to content

Commit 5846afc

Browse files
committed
rm eslint rule.
1 parent 08b64f9 commit 5846afc

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

eslint.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ const importConcerns = [
2323
selector: "ImportDeclaration[source.value=/^zod/] > ImportDefaultSpecifier",
2424
message: "do import { z } instead",
2525
},
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-
},
3026
...builtinModules.map((mod) => ({
3127
selector: `ImportDeclaration[source.value='${mod}']`,
3228
message: `use node:${mod} for the built-in module`,

0 commit comments

Comments
 (0)