embark/embark-ui/.eslintrc

6 lines
77 B
Plaintext
Raw Normal View History

2018-10-28 09:13:09 +00:00
{
"extends": "react-app",
"rules": {
"react/prop-types": "warn"
}
}