## Port Local - [x] `.pkgs/configs` to `.pkgs/configs` - [x] `.pkgs/eslint-plugin-local` to `.pkgs/tsl-local` ## Port Utility - [x] `@eslint-react/eff` to `@react-analyzer/eff` - [ ] `@eslint-react/ast` to `@react-analyzer/ast` - [ ] `@eslint-react/var` to `@react-analyzer/var` - [ ] `@eslint-react/kit` to `@react-analyzer/kit` ## Port Core & Shared - [ ] `@eslint-react/core` to `@react-analyzer/core` - [ ] `@eslint-react/shared` to `@react-analyzer/shared` ## Port ESLint Plugins - [x] `@eslint-react/eslint-plugin` to `tsl-react` - [ ] `eslint-plugin-react-x` to `tsl-react-x` - [ ] `eslint-plugin-react-dom` to `tsl-react-dom` - [ ] `eslint-plugin-react-web-api` to `tsl-react-web-api` - [ ] `eslint-plugin-react-hooks-extra` to `tsl-react-hooks-extra` - [ ] `eslint-plugin-react-naming-convention` to `tsl-react-naming-convention` ## Port ESLint Rules - [x] `noLeakedConditionalRendering`: Prevents problematic leaked values from being rendered. - [ ] ...
Port Local
.pkgs/configsto.pkgs/configs.pkgs/eslint-plugin-localto.pkgs/tsl-localPort Utility
@eslint-react/effto@react-analyzer/eff@eslint-react/astto@react-analyzer/ast@eslint-react/varto@react-analyzer/var@eslint-react/kitto@react-analyzer/kitPort Core & Shared
@eslint-react/coreto@react-analyzer/core@eslint-react/sharedto@react-analyzer/sharedPort ESLint Plugins
@eslint-react/eslint-plugintotsl-reacteslint-plugin-react-xtotsl-react-xeslint-plugin-react-domtotsl-react-domeslint-plugin-react-web-apitotsl-react-web-apieslint-plugin-react-hooks-extratotsl-react-hooks-extraeslint-plugin-react-naming-conventiontotsl-react-naming-conventionPort ESLint Rules
noLeakedConditionalRendering: Prevents problematic leaked values from being rendered.