rsvp-reader/.eslintrc

5 lines
110 B
Plaintext

{
"extends": ["react-app", "prettier"],
"rules": { "no-console": ["warn", "allow": ["warn", "error"]] }
}