Releases: trendmicro-frontend/eslint-config-trendmicro
Releases · trendmicro-frontend/eslint-config-trendmicro
v1.3.0
Lists all accessibility rules in favor of eslint-plugin-jsx-a11y and eslint-config-airbnb (e552588)
v1.2.1
function-paren-newline
'function-paren-newline': [1, 'consistent']
object-curly-newline
'object-curly-newline': [1, {
'consistent': true
}]
prefer-destructuring
'prefer-destructuring': 0
prefer-promise-reject-errors
'prefer-promise-reject-errors': [1, {
'allowEmptyReject': true
}]
v1.2.0
Dependencies
eslint@^4.13.0
eslint-config-airbnb@^16.1.0
eslint-plugin-import@^2.8.0
eslint-plugin-jsx-a11y@^6.0.3
eslint-plugin-react@^7.5.0
rules/base.js
'implicit-arrow-linebreak': 2
'import/exports-last': 0
rules/jsx-a11y.js
'jsx-a11y/anchor-is-valid': 0
rules/react.js
'react/button-has-type': 1
'react/destructuring-assignment': 0
'react/jsx-one-expression-per-line': 0
'react/no-access-state-in-setstate': 1
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