Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Disable React deprecation lint warnings for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjensen committed May 31, 2018
1 parent d6c64bd commit c1524bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/.eslintrc
@@ -0,0 +1,5 @@
{
"rules": {
"react/no-deprecated": "off"
}
}

0 comments on commit c1524bd

Please sign in to comment.