Removed eslint warning overrides

This commit is contained in:
akshitkrnagpal 2018-05-26 15:20:26 +05:30 committed by Saúl Ibarra Corretgé
parent 4773b12a3b
commit b7f148207a

View file

@ -5,9 +5,5 @@ module.exports = {
],
'plugins': [
'react'
],
'rules': {
'no-new': 1,
'max-params': 1
}
]
};