embark/embark-ui/.eslintrc
2018-10-28 10:13:09 +01:00

6 lines
77 B
Plaintext

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