Skip to content

Commit

Permalink
💄 style: Update react/self-closing-comp
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jan 9, 2025
1 parent 9111537 commit de3850c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/eslint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ export default {
'react/jsx-sort-props': 'error',
'react/prop-types': 0,
'react/react-in-jsx-scope': 0,
'react/self-closing-comp': [
'warn',
{
component: true,
html: true,
},
],
'simple-import-sort/exports': 'error',
'sort-keys-fix/sort-keys-fix': 'error',
'typescript-sort-keys/interface': 'error',
Expand Down

0 comments on commit de3850c

Please sign in to comment.