myems/web/.eslintrc.json

10 lines
230 B
JSON

{
"extends": ["react-app", "prettier", "plugin:react/recommended"],
"plugins": ["prettier"],
"rules": {
"prettier/prettier": "warn",
"react/no-unescaped-entities": "off",
"react/prop-types": "off"
}
}