combine.fm/views/.eslintrc

11 lines
109 B
Text
Raw Normal View History

2015-05-17 19:10:30 +01:00
{
"ecmaFeatures": {
"jsx": true
},
"plugins": [
"react"
],
"env": {
"browser": true
}
}