v1.1.0
Change Logs
max-len
'max-len': [1, 160, 4, {
'ignoreComments': true,
'ignoreUrls': true,
'ignoreStrings': true,
'ignoreTemplateLiterals': true,
'ignoreRegExpLiterals': true
}]
no-confusing-arrow
'no-confusing-arrow': [2, { 'allowParens': true }]
no-continue
'no-continue': 0
react/jsx-no-bind
'react/jsx-no-bind': [1, {
'ignoreRefs': true
}]
react/jsx-no-undef
'react/jsx-no-undef': 2