Merge pull request #348 from luisrudge/patch-1

Add .js to the extensions supported by the JSX language
This commit is contained in:
Glavin Wiechert 2015-05-20 13:14:20 -03:00
commit 60b86df3ba
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ module.exports = {
Supported extensions
###
extensions: [
"jsx"
"jsx",
"js"
]
}