rsvp-reader/.eslintrc

5 lines
80 B
Plaintext
Raw Normal View History

2019-12-13 08:28:22 +01:00
{
2020-02-01 09:23:51 +01:00
"extends": ["react-app", "prettier"],
"rules": { "no-console": "warn" }
2019-12-13 08:28:22 +01:00
}