Skip to content

v1.2.0

Compare
Choose a tag to compare
@cheton cheton released this 22 Dec 06:40
· 51 commits to master since this release

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