@ridi/eslint-config
Advanced tools
Changelog
[v4.0.1] - 2018-03-02
'camelcase': ['error', { properties: 'never' }]
'class-methods-use-this': 'off'
'max-len': ['warn', 120]
'no-multi-spaces': ['error', { ignoreEOLComments: true }]
'jsx-a11y/label-has-for': ['error', { required: 'id' }]