react-redux-formal
Version:
Form state management and building library for react and redux
19 lines (18 loc) • 353 B
JavaScript
module.exports = {
extends: 'airbnb',
parser: 'babel-eslint',
plugins: [
'react',
],
rules: {
'arrow-parens': [2, 'as-needed'],
'import/extensions': 0,
'import/no-unresolved': 0,
indent: [2, 'tab'],
'max-len': 0,
'no-tabs': 0,
'no-param-reassign': 0,
'react/jsx-indent': [2, 'tab'],
'react/jsx-indent-props': [2, 'tab'],
},
};