Merge pull request #348 from luisrudge/patch-1
Add .js to the extensions supported by the JSX language
This commit is contained in:
commit
60b86df3ba
|
@ -16,7 +16,8 @@ module.exports = {
|
|||
Supported extensions
|
||||
###
|
||||
extensions: [
|
||||
"jsx"
|
||||
"jsx",
|
||||
"js"
|
||||
]
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue