Skip to content

Commit e8e7726

Browse files
committed
docs: add react option to READEME
1 parent ddf10ec commit e8e7726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can fine-tune module detection by overriding it, the `defineConfig` function
5050

5151
```typescript
5252
interface Options {
53-
react?: boolean; // controls react, react-hooks, jsx/a11y plugins
53+
react?: boolean | { additionalEffectHooks?: string }; // controls react, react-hooks, jsx/a11y plugins
5454
typescript?: ParserOptions // https://typescript-eslint.io/packages/parser#configuration
5555
node?: boolean; // controls node plugin
5656
sort?: boolean; // controls perfectionist plugin

0 commit comments

Comments
 (0)