Valerii Smirnov
Valerii Smirnov
Here is a patch (for pnpm) `patches/[email protected]` ```diff js diff --git a/bin.cjs b/bin.cjs index 02a2165a023b86ad1bbc2e3fef1193404b2c97f1..787b7830b3f6d88b19c916e2eed34d1b9b1ceeba 100644 --- a/bin.cjs +++ b/bin.cjs @@ -113659,9 +113659,7 @@ var checkCommand = new import_commander.Command("check").option("--config {...
It's possible to implement signal with comparsion in user land. Maybe I will make an implementation
You can use deepReactivity in these cases I've ported Vue deep tracking system to preact signals, so you can use it [this way](https://github.com/XantreDev/preact-signals/tree/main/packages/utils#deep-reactivity-port-of-vue-3-deep-tracking-api)
Pls, update checkboxes :)
jsx-no-undef done too
Are the way of getting react version from some plugin? I think it's necessary for [no-deprecated](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-deprecated.md) https://github.com/jsx-eslint/eslint-plugin-react/blob/ca162fdc5dc37f9f3447640a5a14a91daf73ea47/lib/util/version.js#L74C1-L100C2 ```ts const defaultVersion = '999.999.999'; function getReactVersionFromContext(context) { let confVer = defaultVersion; //...
Sponsorship link is broken
I think it kind of trivial to implement export rule
It's already implemented, checkboxes are obsolete
@Boshen seems to be for implementing [no-named-as-default](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-named-as-default.md) we need to provide also `Atom` in `ModuleRecord` for `export_default` (to get export default identifier name).  Can I try to add it?...