Browse Source

style(lint): allow console.log in stories

next
Tom Kirkpatrick 6 years ago
parent
commit
fb3b4ce5ea
No known key found for this signature in database GPG Key ID: 72203A8EC5967EA8
  1. 3
      stories/.eslintrc

3
stories/.eslintrc

@ -1,5 +1,6 @@
{
"rules": {
"react/display-name": 0
"react/display-name": 0,
"no-console": 0
}
}

Loading…
Cancel
Save