feat: eslint config (airbnb), adds cache option for lint npm script

This commit is contained in:
Simon Reinsperger
2017-03-07 16:12:39 +01:00
parent 3187d066a0
commit 1e87dfdb6b
3 changed files with 11 additions and 1 deletions

8
.eslintrc Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": "airbnb",
"plugins": [
"react",
"jsx-a11y",
"import"
]
}