fix(lint) remove warning in eslint-plugin-react

Fixes: Warning: React version not specified in eslint-plugin-react settings.
This commit is contained in:
Saúl Ibarra Corretgé 2021-11-09 15:07:20 +01:00 committed by Saúl Ibarra Corretgé
parent e0010def14
commit 01ae4c477b
1 changed files with 5 additions and 0 deletions

View File

@ -9,5 +9,10 @@ module.exports = {
'rules': {
// XXX remove this eventually.
'react/jsx-indent-props': 0
},
'settings': {
'react': {
'version': 'detect'
}
}
};