Skip to content
Snippets Groups Projects
Commit 715509fd authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

apply missing rule

parent cf69534d
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ module.exports = {
'@eslint-react/dom/no-dangerously-set-innerhtml': 0, // used for for injecting html tags
'@eslint-react/no-array-index-key': 0,
'@eslint-react/no-unused-class-component-members': 0, // disabled for ".d.ts" files
'@eslint-react/no-leaked-conditional-rendering': 'error', // important ! avoids rendering 0
},
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment