combine.fm/views/.eslintrc

12 lines
125 B
Text
Raw Normal View History

2015-05-17 19:10:30 +01:00
{
"ecmaFeatures": {
"jsx": true
},
"plugins": [
"react"
],
"env": {
2015-06-03 21:45:54 -07:00
"browser": true,
"es6": true
2015-05-17 19:10:30 +01:00
}
}