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 a08c1dd commit 4d1debbCopy full SHA for 4d1debb
eslint.config.js
@@ -68,6 +68,10 @@ const performanceConcerns = [
68
selector: "MemberExpression[object.name='R'] > Identifier[name='union']", // #2599
69
message: "R.union() is 1.5x slower than [...Set().add()]",
70
},
71
+ {
72
+ selector: "ImportDeclaration[source.value=/package.json$/]", // #2974
73
+ message: "it can not be tree shaken, use tsdown and process.env instead",
74
+ },
75
];
76
77
const tsFactoryConcerns = [
0 commit comments