add eslintrc

This commit is contained in:
Sergey Tsegelnyk 2018-03-17 19:36:42 +02:00 committed by Igor Korsakov
parent 94dbc388d4
commit 6b4365e585

3
.eslintrc Normal file
View file

@ -0,0 +1,3 @@
{
"extends": ["standard", "standard-react"]
}