Skip to content

v1.1.0

Compare
Choose a tag to compare
@cheton cheton released this 21 Nov 09:09
· 55 commits to master since this release

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