react-schema
Version:
Use react like PropTypes for generic object validation.
13 lines (12 loc) • 320 B
Plain Text
{
"parser": "babel-eslint",
"extends": "airbnb",
"rules": {
"no-multiple-empty-lines": 0,
"no-param-reassign": 0,
"padded-blocks": 0,
"template-curly-spacing": ["error", "always"],
"react/jsx-curly-spacing": ["error", "always"],
"no-confusing-arrow": ["error", {"allowParens": true}]
}
}