embark-area-51/embark-ui/.eslintrc

6 lines
77 B
Plaintext

{
"extends": "react-app",
"rules": {
"react/prop-types": "warn"
}
}