rsvp-reader/.eslintrc

5 lines
110 B
Plaintext
Raw Permalink Normal View History

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