add eslintrv for the webapp

This commit is contained in:
Thomas Ruoff
2017-02-18 01:05:38 +01:00
parent 0774aeb502
commit 09aca6778c

19
webapp/.eslintrc Normal file
View File

@@ -0,0 +1,19 @@
{
"env": {
"browser": true,
"es6": true
},
"parserOptions": {
"ecmaFeatures": {
"jsx": true
}
},
"plugins": [
"react"
],
"settings": {
"react": {
"pragma": "h"
}
}
}