Skip to content

Commit

Permalink
feat: add "react/jsx-no-leaked-render" rule
Browse files Browse the repository at this point in the history
  • Loading branch information
allohamora committed Mar 30, 2024
1 parent b421f72 commit 12852dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/categories/js/eslint/config/react:ts.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const reactTsConfig: Config = {
'@typescript-eslint/no-empty-interface': 'warn',
'@typescript-eslint/ban-types': 'warn',

'react/jsx-no-leaked-render': 'error',
'react/react-in-jsx-scope': 'off',
'react/jsx-props-no-spreading': 'off',
'react/function-component-definition': 'off',
Expand Down

0 comments on commit 12852dd

Please sign in to comment.