@brabander/config-eslint
v0.5.1
Published
This library was generated with [Nx](https://nx.dev).
Readme
config-eslint
This library was generated with Nx.
Shared ESLint rules for the @brabander packages. Currently provides
no-rich-string-jsx, a type-aware rule that flags a RichString instance
(from @brabander/domain) used directly as JSX children, since RichString
is a boxed, iterable object and must be unboxed via .value first.
Usage
import { typedReactConfig } from '@brabander/config-eslint';
export default [
// ...your existing config
...typedReactConfig,
];Running unit tests
Run nx test config-eslint to execute the unit tests via Vitest.
