configure eslint

This commit is contained in:
Thomas Grainger 2016-11-29 00:20:54 +00:00
parent 9e478b31fe
commit 0d42541860
No known key found for this signature in database
GPG key ID: 995EA0A029283160
5 changed files with 576 additions and 32 deletions

13
.eslintrc.json Normal file
View file

@ -0,0 +1,13 @@
{
"extends": "airbnb-base",
"parser": "babel-eslint",
"plugins": ["babel"],
"settings": {
"import/resolver": {
"webpack": {}
}
},
"env": {
"browser": true
}
}