Add eslint

This commit is contained in:
Carlos E Silva
2017-11-09 23:33:25 -05:00
parent 205ea819d0
commit 058457bb8b
3 changed files with 1490 additions and 0 deletions

3
.eslintrc.json Normal file
View File

@ -0,0 +1,3 @@
{
"extends": "airbnb-base"
}